This commit is contained in:
David Fugate 2012-03-27 09:34:21 -07:00
parent 898c63ab18
commit 44234c8954
2 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
// This code is governed by the BSD license found in the LICENSE file.
/**
* undefined is now non-writable in es5
* undefined is not a keyword
*
* @path ch08/8.1/S8.1_A3.js
* @description "undefined=1" should throw a TypeError
* @description Create variable named undefined
*/
//////////////////////////////////////////////////////////

File diff suppressed because one or more lines are too long