Name Description Size
browser.js 0
S8.2_A1_T1.js --- info: The Null Type has one value, called null es5id: 8.2_A1_T1 description: Checking if execution of "var x = null" passes --- 477
S8.2_A1_T2.js --- info: The Null Type has one value, called null es5id: 8.2_A1_T2 description: Checking if execution of "x = null" passes --- 473
S8.2_A2.js --- info: The null is resrved word es5id: 8.2_A2 description: Checking if execution of "var null" fails negative: phase: parse type: SyntaxError --- 351
S8.2_A3.js --- info: | For the keyword null the typeof operator returns the "object" See also http://developer.mozilla.org/en/docs/Core_JavaScript_1.5_Reference:Operators:Special_Operators:typeof_Operator and http://bugs.ecmascript.org/ticket/250 for example es5id: 8.2_A3 description: Check type of null --- 740
shell.js 0