Added a LICENSE file to the root of the enlistment.

All Microsoft-contributed *.js and *.py sources now have Ecma's copyright header.
This commit is contained in:
David Fugate 2012-02-29 14:23:47 -08:00
parent c3b41309c7
commit 0612ad7bb3
12668 changed files with 63470 additions and 253660 deletions

28
LICENSE Normal file
View File

@ -0,0 +1,28 @@
The << Software identified by reference to the Ecma Standard* (“Software)”>> is protected by copyright and is being
made available under the “BSD License”, included below. This Software may be subject to third party rights (rights
from parties other than Ecma International), including patent rights, and no licenses under such third party rights
are granted under this license even if the third party concerned is a member of Ecma International. SEE THE ECMA
CODE OF CONDUCT IN PATENT MATTERS AVAILABLE AT http://www.ecma-international.org/memento/codeofconduct.htm FOR
INFORMATION REGARDING THE LICENSING OF PATENT CLAIMS THAT ARE REQUIRED TO IMPLEMENT ECMA INTERNATIONAL STANDARDS*.
Copyright © <<2012>> <<Ecma International>>
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following
disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the
following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the authors nor Ecma International may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE ECMA INTERNATIONAL "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL ECMA INTERNATIONAL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
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.
* Ecma International Standards hereafter means Ecma International Standards as well as Ecma Technical Reports

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2011 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
function testRun(id, path, description, codeString, result, error) { function testRun(id, path, description, codeString, result, error) {
if (result!=="pass") { if (result!=="pass") {

View File

@ -1,28 +1,14 @@
/// Copyright (c) 2011 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
//Error Detector //Error Detector
if (this.window!==undefined) { //for console support if (this.window!==undefined) { //for console support
window.onerror = function(errorMsg, url, lineNumber) { this.window.onerror = function(errorMsg, url, lineNumber) {
window.iframeError = errorMsg; this.window.iframeError = errorMsg;
} };
} }
//This doesn't work with early errors in current versions of Opera //This doesn't work with early errors in current versions of Opera

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2011 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
//Global Scope Test Case Validator //Global Scope Test Case Validator

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/* Handles updating the page with information from the runner. */ /* Handles updating the page with information from the runner. */
function Presenter() { function Presenter() {
@ -148,21 +134,23 @@ function Presenter() {
innerHTML = ''; innerHTML = '';
innerHTML += '<b>Test </b>'; innerHTML += '<b>Test </b>';
innerHTML += '<b>' + test.id + '</b> <br /><br />'; innerHTML += '<b>' + test.id + '</b> <br /><br />\n';
if (test.description) { if (test.description) {
innerHTML += '<b>Description</b>'; innerHTML += '<b>Description</b>';
innerHTML += '<pre>' + innerHTML += '<pre>' +
test.description.replace(/</g, '&lt;').replace(/>/g, '&gt;') + test.description.replace(/</g, '&lt;').replace(/>/g, '&gt;') +
' </pre>'; ' </pre>\n';
} }
innerHTML += '<br /><br /><br /><b>Testcase</b>'; innerHTML += '<br /><br /><br /><b>Testcase</b>';
innerHTML += '<pre>' + test.code + '</pre>'; innerHTML += '<pre>' + test.code + '</pre>\n';
innerHTML += '<b>Path</b>';
innerHTML += '<pre>' + test.path + ' </pre>&nbsp';
innerHTML += '<br /><b>Path</b>';
innerHTML += '<pre>' + test.path + '</pre>';
innerHTML += '<br /><a href="javascript:void(window.open(\'http://hg.ecmascript.org/tests/test262/file/tip/test/suite'
innerHTML += test.path.replace("TestCases", "") + '\'));">' + 'Hg source' + '</a> (might be newer than the testcase source shown above)\n'
popWnd.document.write(innerHTML); popWnd.document.write(innerHTML);
} }
@ -172,14 +160,33 @@ function Presenter() {
popWnd = window.open("", "", "scrollbars=1, resizable=1"), popWnd = window.open("", "", "scrollbars=1, resizable=1"),
innerHTML = ''; innerHTML = '';
var bugDetails = "";
bugDetails += "DESCRIPTION\n*Please insert your description here!*\n\n";
bugDetails += "------------------\n";
bugDetails += "TEST: " + test.path + "\n";
bugDetails += "SOURCE: http://hg.ecmascript.org/tests/test262/file/tip/test/suite" + test.path.replace("TestCases", "") + "\n";
bugDetails += "TEST SUITE DATE: " + date + "\n";
bugDetails += "PLATFORM: " + navigator.userAgent + "\n";
bugDetails += "ERROR: " + test.error + "\n\n";
var bugTemplate = 'https://bugs.ecmascript.org/enter_bug.cgi?product=Test262&amp;bug_severity=normal&amp;component=Tests&amp;short_desc=';
bugTemplate += encodeURIComponent('Invalid test? ' + test.id) + "&amp;comment=";
bugTemplate += encodeURIComponent(bugDetails);
innerHTML += '<b>Test </b>'; innerHTML += '<b>Test </b>';
innerHTML += '<b>' + test.id + '</b> <br /><br />'; innerHTML += '<b>' + test.id + '</b> <br /><br />\n';
innerHTML += '<b>Failure</b>'; innerHTML += '<b>Failure</b>';
innerHTML += '<pre>' + test.error + '</pre>'; innerHTML += '<pre>' + test.error + '</pre>\n';
innerHTML += '<br /><br /><b>Testcase</b>'; innerHTML += '<br /><br /><b>Testcase</b>';
innerHTML += '<pre>' + test.code + '</pre>'; innerHTML += '<pre>' + test.code + '</pre>\n';
innerHTML += '<br /><br /><b>Broken test?</b>';
innerHTML += '<p>If you have reason to believe the JavaScript engine being tested<br />\n';
innerHTML += 'is actually OK and there\'s instead something wrong with the test<br />\n';
innerHTML += 'itself, please <a href="' + bugTemplate + '" onclick="window.moveTo(0,0);window.resizeTo(screen.width, screen.height);">file a bug.</a></p>\n'
popWnd.document.write(innerHTML); popWnd.document.write(innerHTML);
} }
@ -218,7 +225,6 @@ function Presenter() {
function logResult(test) { function logResult(test) {
var appendStr = ""; var appendStr = "";
altStyle = (altStyle !== ' ') ? ' ' : 'alternate'; altStyle = (altStyle !== ' ') ? ' ' : 'alternate';
if (test.result==="fail") { if (test.result==="fail") {
appendStr += '<tbody>'; appendStr += '<tbody>';
appendStr += '<tr class=\"' + altStyle + '\">'; appendStr += '<tr class=\"' + altStyle + '\">';

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/* A section of the spec. Stores test results and subsections and some rolled up stats on how many tests passed or /* A section of the spec. Stores test results and subsections and some rolled up stats on how many tests passed or
* failed under that section * failed under that section

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
function compareArray(aExpected, aActual) { function compareArray(aExpected, aActual) {
@ -335,8 +321,8 @@ function getPrecision(num) {
//TODO: Create a table of prec's, //TODO: Create a table of prec's,
// because using Math for testing Math isn't that correct. // because using Math for testing Math isn't that correct.
log2num = Math.log(Math.abs(num)) / Math.LN2; var log2num = Math.log(Math.abs(num)) / Math.LN2;
pernum = Math.ceil(log2num); var pernum = Math.ceil(log2num);
return (2 * Math.pow(2, -52 + pernum)); return (2 * Math.pow(2, -52 + pernum));
//return(0); //return(0);
} }
@ -364,7 +350,7 @@ function isEqual(num1, num2) {
// This code is governed by the BSD license found in the LICENSE file. // This code is governed by the BSD license found in the LICENSE file.
function ToInteger(p) { function ToInteger(p) {
x = Number(p); var x = Number(p);
if (isNaN(x)) { if (isNaN(x)) {
return +0; return +0;
@ -437,7 +423,7 @@ var $LocalTZ,
current = new Date(current.getTime() + 1); current = new Date(current.getTime() + 1);
} }
return current; return current;
} };
var juneDate = new Date(2000, 5, 20, 0, 0, 0, 0); var juneDate = new Date(2000, 5, 20, 0, 0, 0, 0);
var decemberDate = new Date(2000, 11, 20, 0, 0, 0, 0); var decemberDate = new Date(2000, 11, 20, 0, 0, 0, 0);
@ -446,7 +432,7 @@ var $LocalTZ,
var isSouthernHemisphere = (juneOffset > decemberOffset); var isSouthernHemisphere = (juneOffset > decemberOffset);
var winterTime = isSouthernHemisphere ? juneDate : decemberDate; var winterTime = isSouthernHemisphere ? juneDate : decemberDate;
var summerTime = isSouthernHemisphere ? decemberDate : juneDate; var summerTime = isSouthernHemisphere ? decemberDate : juneDate;
var dstStart = findNearestDateBefore(winterTime, function (date) { var dstStart = findNearestDateBefore(winterTime, function (date) {
return date.getTimezoneOffset() == summerTime.getTimezoneOffset(); return date.getTimezoneOffset() == summerTime.getTimezoneOffset();
}); });
@ -454,7 +440,7 @@ var $LocalTZ,
$DST_start_sunday = dstStart.getDate() > 15 ? '"last"' : '"first"'; $DST_start_sunday = dstStart.getDate() > 15 ? '"last"' : '"first"';
$DST_start_hour = dstStart.getHours(); $DST_start_hour = dstStart.getHours();
$DST_start_minutes = dstStart.getMinutes(); $DST_start_minutes = dstStart.getMinutes();
var dstEnd = findNearestDateBefore(summerTime, function (date) { var dstEnd = findNearestDateBefore(summerTime, function (date) {
return date.getTimezoneOffset() == winterTime.getTimezoneOffset(); return date.getTimezoneOffset() == winterTime.getTimezoneOffset();
}); });
@ -462,7 +448,7 @@ var $LocalTZ,
$DST_end_sunday = dstEnd.getDate() > 15 ? '"last"' : '"first"'; $DST_end_sunday = dstEnd.getDate() > 15 ? '"last"' : '"first"';
$DST_end_hour = dstEnd.getHours(); $DST_end_hour = dstEnd.getHours();
$DST_end_minutes = dstEnd.getMinutes(); $DST_end_minutes = dstEnd.getMinutes();
return; return;
})(); })();
@ -503,10 +489,10 @@ function YearFromTime(t) {
t = Number(t); t = Number(t);
var sign = ( t < 0 ) ? -1 : 1; var sign = ( t < 0 ) ? -1 : 1;
var year = ( sign < 0 ) ? 1969 : 1970; var year = ( sign < 0 ) ? 1969 : 1970;
for(var time = 0;;year += sign){ for(var time = 0;;year += sign){
time = TimeFromYear(year); time = TimeFromYear(year);
if(sign > 0 && time > t){ if(sign > 0 && time > t){
year -= sign; year -= sign;
break; break;
@ -517,11 +503,11 @@ function YearFromTime(t) {
}; };
return year; return year;
} }
function InLeapYear(t){ function InLeapYear(t){
if(DaysInYear(YearFromTime(t)) == 365) if(DaysInYear(YearFromTime(t)) == 365)
return 0; return 0;
if(DaysInYear(YearFromTime(t)) == 366) if(DaysInYear(YearFromTime(t)) == 366)
return 1; return 1;
} }
@ -584,7 +570,7 @@ var LocalTZA = $LocalTZ*msPerHour;
function DaysInMonth(m, leap) { function DaysInMonth(m, leap) {
m = m%12; m = m%12;
//April, June, Sept, Nov //April, June, Sept, Nov
if(m == 3 || m == 5 || m == 8 || m == 10 ) { if(m == 3 || m == 5 || m == 8 || m == 10 ) {
return 30; return 30;
@ -601,13 +587,14 @@ function DaysInMonth(m, leap) {
function GetSundayInMonth(t, m, count){ function GetSundayInMonth(t, m, count){
var year = YearFromTime(t); var year = YearFromTime(t);
var tempDate;
if (count==='"first"') { if (count==='"first"') {
for (var d=1; d <= DaysInMonth(m, InLeapYear(t)); d++) { for (var d=1; d <= DaysInMonth(m, InLeapYear(t)); d++) {
tempDate = new Date(year, m, d); tempDate = new Date(year, m, d);
if (tempDate.getDay()===0) { if (tempDate.getDay()===0) {
return tempDate.valueOf(); return tempDate.valueOf();
} }
} }
} else if(count==='"last"') { } else if(count==='"last"') {
for (var d=DaysInMonth(m, InLeapYear(t)); d>0; d--) { for (var d=DaysInMonth(m, InLeapYear(t)); d>0; d--) {
@ -624,7 +611,7 @@ function GetSundayInMonth(t, m, count){
var year = YearFromTime(t); var year = YearFromTime(t);
var leap = InLeapYear(t); var leap = InLeapYear(t);
var day = 0; var day = 0;
if(m >= 1) day += DaysInMonth(0, leap); if(m >= 1) day += DaysInMonth(0, leap);
if(m >= 2) day += DaysInMonth(1, leap); if(m >= 2) day += DaysInMonth(1, leap);
if(m >= 3) day += DaysInMonth(2, leap); if(m >= 3) day += DaysInMonth(2, leap);
@ -636,25 +623,25 @@ function GetSundayInMonth(t, m, count){
if(m >= 9) day += DaysInMonth(8, leap); if(m >= 9) day += DaysInMonth(8, leap);
if(m >= 10) day += DaysInMonth(9, leap); if(m >= 10) day += DaysInMonth(9, leap);
if(m >= 11) day += DaysInMonth(10, leap); if(m >= 11) day += DaysInMonth(10, leap);
var month_start = TimeFromYear(year)+day*msPerDay; var month_start = TimeFromYear(year)+day*msPerDay;
var sunday = 0; var sunday = 0;
if(count === "last"){ if(count === "last"){
for(var last_sunday = month_start+DaysInMonth(m, leap)*msPerDay; for(var last_sunday = month_start+DaysInMonth(m, leap)*msPerDay;
WeekDay(last_sunday)>0; WeekDay(last_sunday)>0;
last_sunday -= msPerDay last_sunday -= msPerDay
){}; ){};
sunday = last_sunday; sunday = last_sunday;
} }
else { else {
for(var first_sunday = month_start; for(var first_sunday = month_start;
WeekDay(first_sunday)>0; WeekDay(first_sunday)>0;
first_sunday += msPerDay first_sunday += msPerDay
){}; ){};
sunday = first_sunday+7*msPerDay*(count-1); sunday = first_sunday+7*msPerDay*(count-1);
} }
return sunday; return sunday;
}*/ }*/
@ -662,11 +649,11 @@ function DaylightSavingTA(t) {
// t = t-LocalTZA; // t = t-LocalTZA;
var DST_start = GetSundayInMonth(t, $DST_start_month, $DST_start_sunday) + var DST_start = GetSundayInMonth(t, $DST_start_month, $DST_start_sunday) +
$DST_start_hour*msPerHour + $DST_start_hour*msPerHour +
$DST_start_minutes*msPerMinute; $DST_start_minutes*msPerMinute;
var k = new Date(DST_start); var k = new Date(DST_start);
var DST_end = GetSundayInMonth(t, $DST_end_month, $DST_end_sunday) + var DST_end = GetSundayInMonth(t, $DST_end_month, $DST_end_sunday) +
$DST_end_hour*msPerHour + $DST_end_hour*msPerHour +
$DST_end_minutes*msPerMinute; $DST_end_minutes*msPerMinute;
@ -770,7 +757,7 @@ function MakeDate( day, time ) {
if(!isFinite(day) || !isFinite(time)) { if(!isFinite(day) || !isFinite(time)) {
return Number.NaN; return Number.NaN;
} }
return day*msPerDay+time; return day*msPerDay+time;
} }
@ -803,20 +790,20 @@ function ConstructDate(year, month, date, hours, minutes, seconds, ms){
var r1 = Number(year); var r1 = Number(year);
var r2 = Number(month); var r2 = Number(month);
var r3 = ((date && arguments.length > 2) ? Number(date) : 1); var r3 = ((date && arguments.length > 2) ? Number(date) : 1);
var r4 = ((hours && arguments.length > 3) ? Number(hours) : 0); var r4 = ((hours && arguments.length > 3) ? Number(hours) : 0);
var r5 = ((minutes && arguments.length > 4) ? Number(minutes) : 0); var r5 = ((minutes && arguments.length > 4) ? Number(minutes) : 0);
var r6 = ((seconds && arguments.length > 5) ? Number(seconds) : 0); var r6 = ((seconds && arguments.length > 5) ? Number(seconds) : 0);
var r7 = ((ms && arguments.length > 6) ? Number(ms) : 0); var r7 = ((ms && arguments.length > 6) ? Number(ms) : 0);
var r8 = r1; var r8 = r1;
if(!isNaN(r1) && (0 <= ToInteger(r1)) && (ToInteger(r1) <= 99)) if(!isNaN(r1) && (0 <= ToInteger(r1)) && (ToInteger(r1) <= 99))
r8 = 1900+r1; r8 = 1900+r1;
var r9 = MakeDay(r8, r2, r3); var r9 = MakeDay(r8, r2, r3);
var r10 = MakeTime(r4, r5, r6, r7); var r10 = MakeTime(r4, r5, r6, r7);
var r11 = MakeDate(r9, r10); var r11 = MakeDate(r9, r10);
return TimeClip(UTC(r11)); return TimeClip(UTC(r11));
} }
@ -905,6 +892,6 @@ return attribs
//--Test case registration----------------------------------------------------- //--Test case registration-----------------------------------------------------
function runTestCase(testcase) { function runTestCase(testcase) {
if (testcase() !== true) { if (testcase() !== true) {
$ERROR("Test case returned non-true value!") $ERROR("Test case returned non-true value!");
} }
} }

View File

@ -1,22 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
// Do not cache any JSON files - see // Do not cache any JSON files - see
// https://bugs.ecmascript.org/show_bug.cgi?id=87 // https://bugs.ecmascript.org/show_bug.cgi?id=87
@ -43,21 +29,21 @@ function BrowserRunner() {
globalScopeContents, globalScopeContents,
harnessDir = "harness/"; harnessDir = "harness/";
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
success: function(data){errorDetectorFileContents = data;}, success: function(data){errorDetectorFileContents = data;},
url:harnessDir+"ed.js"}); url:harnessDir+"ed.js"});
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
success: function(data){simpleTestAPIContents = data;}, success: function(data){simpleTestAPIContents = data;},
url:harnessDir+"sta.js"}); url:harnessDir+"sta.js"});
$.ajax({async: false, $.ajax({async: false,
dataType: "text", dataType: "text",
success: function(data){globalScopeContents = data;}, success: function(data){globalScopeContents = data;},
url:harnessDir+"gs.js"}); url:harnessDir+"gs.js"});
/* Called by the child window to notify that the test has /* Called by the child window to notify that the test has
* finished. This function call is put in a separate script block * finished. This function call is put in a separate script block
* at the end of the page so errors in the test script block * at the end of the page so errors in the test script block
@ -99,6 +85,45 @@ function BrowserRunner() {
/* Run the test. */ /* Run the test. */
this.run = function (test, code) { this.run = function (test, code) {
//--Detect proper window.onerror support
if (instance.supportsWindowOnerror===undefined) {
var iframePrereqs = document.createElement("iframe");
iframePrereqs.setAttribute("id", "prereqsIframe");
if (!/firefox/i.test(navigator.userAgent)) {
iframePrereqs.setAttribute("style", "display:none");
}
document.body.appendChild(iframePrereqs);
var iwinPrereqs = iframePrereqs.contentWindow;
var idocPrereqs = iwinPrereqs.document;
idocPrereqs.open();
iwinPrereqs.failCount = 0;
var stuff = [
"window.onerror = function(a, b, c) { this.failCount++; }",
"va xyz =",
"throw Error();"
];
for(var i in stuff) {
idocPrereqs.writeln("<script type='text/javascript'>");
idocPrereqs.writeln(stuff[i]);
idocPrereqs.writeln("</script>");
}
idocPrereqs.close();
//TODO - 500ms *should* be a sufficient delay
setTimeout(function() {
instance.supportsWindowOnerror = iwinPrereqs.failCount === 2;
//alert(iwinPrereqs.failCount);
document.body.removeChild(iframePrereqs);
instance.run(test, code);
}, 500);
return;
}
currentTest = {}; currentTest = {};
for (var tempIndex in test) { for (var tempIndex in test) {
if (test.hasOwnProperty(tempIndex)) { if (test.hasOwnProperty(tempIndex)) {
@ -106,6 +131,8 @@ function BrowserRunner() {
} }
} }
currentTest.code = code; currentTest.code = code;
iframe = document.createElement("iframe"); iframe = document.createElement("iframe");
iframe.setAttribute("id", "runnerIframe"); iframe.setAttribute("id", "runnerIframe");
@ -167,7 +194,7 @@ function BrowserRunner() {
//Run the code //Run the code
idoc.writeln("<script type='text/javascript'>"); idoc.writeln("<script type='text/javascript'>");
if (/opera/i.test(navigator.userAgent)) { //Opera doesn't support window.onerror if (! instance.supportsWindowOnerror) {
idoc.writeln("try {eval(\"" + this.convertForEval(code) + "\");} catch(e) {window.onerror(e.toString(), null, null);}"); idoc.writeln("try {eval(\"" + this.convertForEval(code) + "\");} catch(e) {window.onerror(e.toString(), null, null);}");
} else { } else {
idoc.writeln(code); idoc.writeln(code);
@ -180,8 +207,8 @@ function BrowserRunner() {
idoc.writeln(globalScopeContents); idoc.writeln(globalScopeContents);
idoc.writeln("</script>"); idoc.writeln("</script>");
idoc.close(); idoc.close();
} };
//--Helper functions------------------------------------------------------- //--Helper functions-------------------------------------------------------
this.convertForEval = function(txt) { this.convertForEval = function(txt) {
txt = txt.replace(/\\/g,"\\\\"); txt = txt.replace(/\\/g,"\\\\");
@ -190,7 +217,7 @@ function BrowserRunner() {
txt = txt.replace(/\r/g,"\\r"); txt = txt.replace(/\r/g,"\\r");
txt = txt.replace(/\n/g,"\\n"); txt = txt.replace(/\n/g,"\\n");
return txt; return txt;
} };
} }
/* Loads tests from the sections specified in testcases.json. /* Loads tests from the sections specified in testcases.json.
@ -264,7 +291,7 @@ function TestLoader() {
function getIdFromPath (path) { function getIdFromPath (path) {
//path is of the form "a/b/c.js" //path is of the form "a/b/c.js"
var id = path.split("/"); var id = path.split("/");
//id is now of the form ["a", "b", "c.js"]; //id is now of the form ["a", "b", "c.js"];
@ -307,9 +334,9 @@ function TestLoader() {
currentTestIndex = 0; currentTestIndex = 0;
testGroupIndex = 0; testGroupIndex = 0;
}; };
} }
/* Controls test generation and running, and sends results to the presenter. */ /* Controls test generation and running, and sends results to the presenter. */
@ -326,8 +353,8 @@ function Controller() {
this.implementerHook = { this.implementerHook = {
//Adds a test result //Adds a test result
addTestResult: function (test) { }, addTestResult: function (test) { },
//Called whenever all tests have finished running. Provided with the //Called whenever all tests have finished running. Provided with the
//elapsed time in milliseconds. //elapsed time in milliseconds.
finished: function(elapsed) { } finished: function(elapsed) { }
}; };
@ -337,7 +364,7 @@ function Controller() {
try { try {
controller.implementerHook.addTestResult(test); controller.implementerHook.addTestResult(test);
} catch(e) { /*no-op*/} } catch(e) { /*no-op*/}
if(state === 'running') if(state === 'running')
setTimeout(loader.getNextTest, 10); setTimeout(loader.getNextTest, 10);
}; };
@ -366,7 +393,7 @@ function Controller() {
try { try {
controller.implementerHook.finished(elapsed); controller.implementerHook.finished(elapsed);
} catch(e) { /*no-op*/} } catch(e) { /*no-op*/}
} };
this.start = function() { this.start = function() {
state = 'running'; state = 'running';

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-1.js * @path ch07/7.3/7.3-1.js
* @description 7.3 - ES5 recognizes the character <LS> (\u2028) as line terminators when parsing statements * @description 7.3 - ES5 recognizes the character <LS> (\u2028) as line terminators when parsing statements

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-10.js * @path ch07/7.3/7.3-10.js
* @description 7.3 - ES5 recognizes the character <PS> (\u2029) as a NonEscapeCharacter * @description 7.3 - ES5 recognizes the character <PS> (\u2029) as a NonEscapeCharacter

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-11.js * @path ch07/7.3/7.3-11.js
* @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <LS> (\u2028) must be treated as a single line terminator for the purposes of semicolon insertion * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <LS> (\u2028) must be treated as a single line terminator for the purposes of semicolon insertion

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-12.js * @path ch07/7.3/7.3-12.js
* @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <PS> (\u2029) must be treated as a single line terminator for the purposes of semicolon insertion * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <PS> (\u2029) must be treated as a single line terminator for the purposes of semicolon insertion

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-13.js * @path ch07/7.3/7.3-13.js
* @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <CR> (\u000D) must be treated as a single line terminator for the purposes of semicolon insertion * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <CR> (\u000D) must be treated as a single line terminator for the purposes of semicolon insertion

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-14.js * @path ch07/7.3/7.3-14.js
* @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <LF> (\u000A) must be treated as a single line terminator for the purposes of semicolon insertion * @description 7.3 - ES5 specifies that a multiline comment that contains a line terminator character <LF> (\u000A) must be treated as a single line terminator for the purposes of semicolon insertion

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-15.js * @path ch07/7.3/7.3-15.js
* @description 7.3 - ES5 recognize <BOM> (\uFFFF) as a whitespace character * @description 7.3 - ES5 recognize <BOM> (\uFFFF) as a whitespace character

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-2.js * @path ch07/7.3/7.3-2.js
* @description 7.3 - ES5 recognizes the character <PS> (\u2029) as line terminators when parsing statements * @description 7.3 - ES5 recognizes the character <PS> (\u2029) as line terminators when parsing statements

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-3.js * @path ch07/7.3/7.3-3.js
* @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating SingleLineComments * @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating SingleLineComments

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-4.js * @path ch07/7.3/7.3-4.js
* @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating SingleLineComments * @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating SingleLineComments

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-5.js * @path ch07/7.3/7.3-5.js
* @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating string literal * @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating string literal

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-6.js * @path ch07/7.3/7.3-6.js
* @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating string literal * @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating string literal

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-7.js * @path ch07/7.3/7.3-7.js
* @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating regular expression literals * @description 7.3 - ES5 recognizes the character <LS> (\u2028) as terminating regular expression literals

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-8.js * @path ch07/7.3/7.3-8.js
* @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating regular expression literals * @description 7.3 - ES5 recognizes the character <PS> (\u2029) as terminating regular expression literals

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.3/7.3-9.js * @path ch07/7.3/7.3-9.js
* @description 7.3 - ES5 recognizes the character <LS> (\u2028) as a NonEscapeCharacter * @description 7.3 - ES5 recognizes the character <LS> (\u2028) as a NonEscapeCharacter

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-1.js * @path ch07/7.6/7.6-1.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: null (null) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: null (null)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-10.js * @path ch07/7.6/7.6-10.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: new (new) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: new (new)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-11.js * @path ch07/7.6/7.6-11.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: var (var) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: var (var)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-12.js * @path ch07/7.6/7.6-12.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: try (try) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: try (try)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-13.js * @path ch07/7.6/7.6-13.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: catch (catch) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: catch (catch)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-14.js * @path ch07/7.6/7.6-14.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: finally (finally) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: finally (finally)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-15.js * @path ch07/7.6/7.6-15.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: return (return) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: return (return)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-16.js * @path ch07/7.6/7.6-16.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: void (void) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: void (void)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-17.js * @path ch07/7.6/7.6-17.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: continue (continue) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: continue (continue)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-18.js * @path ch07/7.6/7.6-18.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: for (for) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: for (for)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-19.js * @path ch07/7.6/7.6-19.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: switch (switch) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: switch (switch)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-2.js * @path ch07/7.6/7.6-2.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: true (true) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: true (true)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-20.js * @path ch07/7.6/7.6-20.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: while (while) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: while (while)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-21.js * @path ch07/7.6/7.6-21.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: debugger (debugger) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: debugger (debugger)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-22.js * @path ch07/7.6/7.6-22.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: function (function) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: function (function)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-23.js * @path ch07/7.6/7.6-23.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: this (this) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: this (this)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-24.js * @path ch07/7.6/7.6-24.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: if (if) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: if (if)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-25.js * @path ch07/7.6/7.6-25.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: with (with) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: with (with)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-26.js * @path ch07/7.6/7.6-26.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: default (default) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: default (default)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-27.js * @path ch07/7.6/7.6-27.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: throw (throw) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: throw (throw)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-28.js * @path ch07/7.6/7.6-28.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: in (in) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: in (in)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-29.js * @path ch07/7.6/7.6-29.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: delete (delete) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: delete (delete)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-3.js * @path ch07/7.6/7.6-3.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: false (false) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: false (false)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-30.js * @path ch07/7.6/7.6-30.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: class (class) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: class (class)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-31.js * @path ch07/7.6/7.6-31.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: extends (extends) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: extends (extends)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-32.js * @path ch07/7.6/7.6-32.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: enum (enum) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: enum (enum)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-33.js * @path ch07/7.6/7.6-33.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: super (super) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: super (super)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-34.js * @path ch07/7.6/7.6-34.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: const (const) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: const (const)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-35.js * @path ch07/7.6/7.6-35.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: export (export) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: export (export)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-36.js * @path ch07/7.6/7.6-36.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: import (import) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: import (import)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-4.js * @path ch07/7.6/7.6-4.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: break (break) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: break (break)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-5.js * @path ch07/7.6/7.6-5.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: case (case) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: case (case)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-6.js * @path ch07/7.6/7.6-6.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: instanceof (instanceof) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: instanceof (instanceof)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-7.js * @path ch07/7.6/7.6-7.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: typeof (typeof) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: typeof (typeof)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-8.js * @path ch07/7.6/7.6-8.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: do (do) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: do (do)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6-9.js * @path ch07/7.6/7.6-9.js
* @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: else (else) (null) * @description 7.6 - SyntaxError expected: reserved words used as Identifier Names in UTF8: else (else) (null)

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-1.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: null, true, false

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-10.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: in, try, class

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-11.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: enum, extends, super

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-12.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: const, export, import

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-13.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: implements, let, private

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-14.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: public, yield, interface

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-15.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: package, protected, static

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-16.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: undeefined, NaN, Infinity

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-2.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: break, case, do

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-3.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: instanceof, typeof, else

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-4.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: new, var, catch

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-5.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: finally, return, void

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-6.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: continue, for, switch

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-7.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: while, debugger, function

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-8.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: this, with, default

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-1-9.js * @path ch07/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 * @description Allow reserved words as property names at object initialization, verified with hasOwnProperty: if, throw, delete

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-1.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: null, true, false

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-10.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: in, try, class

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-11.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: enum, extends, super

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-12.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: const, export, import

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-13.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: implements, let, private

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-14.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: public, yield, interface

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-15.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: package, protected, static

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-16.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: undefined, NaN, Infinity

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-2.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: break, case, do

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-3.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: instanceof, typeof, else

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-4.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: new, var, catch

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-5.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: finally, return, void

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-6.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: continue, for, switch

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-7.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: while, debugger, function

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-8.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: this, with, default

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-2-9.js * @path ch07/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 * @description Allow reserved words as property names by dot operator assignment, verified with hasOwnProperty: if, throw, delete

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-1.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: null, true, false

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-10.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: in, try, class

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-11.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: enum, extends, super

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-12.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: const, export, import

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-13.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: implements, let, private

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-14.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: public, yield, interface

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-15.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: package, protected, static

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-16.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: undefined, NaN, Infinity

View File

@ -1,23 +1,8 @@
/// Copyright (c) 2009 Microsoft Corporation /// Copyright (c) 2012 Ecma International. All rights reserved.
/// /// Ecma International makes this code available under the terms and conditions set
/// Redistribution and use in source and binary forms, with or without modification, are permitted provided /// forth on http://hg.ecmascript.org/tests/test262/raw-file/tip/LICENSE (the
/// that the following conditions are met: /// "Use Terms"). Any redistribution of this code must retain the above
/// * Redistributions of source code must retain the above copyright notice, this list of conditions and /// copyright and this notice and otherwise comply with the Use Terms.
/// the following disclaimer.
/// * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and
/// the following disclaimer in the documentation and/or other materials provided with the distribution.
/// * Neither the name of Microsoft nor the names of its contributors may be used to
/// endorse or promote products derived from this software without specific prior written permission.
///
/// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
/// IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
/// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
/// FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
/// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
/// 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.
/** /**
* @path ch07/7.6/7.6.1/7.6.1-3-2.js * @path ch07/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 * @description Allow reserved words as property names by index assignment,verified with hasOwnProperty: break, case, do

Some files were not shown because too many files have changed in this diff Show More