Name Description Size
browser.js 0
S8.6.1_A1.js --- info: A property can have attribute ReadOnly like E in Math es5id: 8.6.1_A1 description: Try change Math.E property flags: [noStrict] --- 423
S8.6.1_A2.js --- info: A property can have attribute DontEnum like all properties of Number es5id: 8.6.1_A2 description: Try to enumerate properties of Number --- 477
S8.6.1_A3.js --- info: | A property can have attribute DontDelete like NaN propertie of Number object es5id: 8.6.1_A3 description: Try to delete Number.NaN flags: [noStrict] --- 938
S8.6.2_A1.js --- info: | Native ECMAScript objects have an internal property called [[Prototype]]. The value of this property is either null or an object and is used for implementing inheritance es5id: 8.6.2_A1 description: Check [[Prototype]] property of object --- 3194
S8.6.2_A2.js --- info: | Properties of the [[Prototype]] object are visible as properties of the child object for the purposes of get access, but not for put access es5id: 8.6.2_A2 description: > Check visibility properties of the child object for the purposes of get access, but not for put access --- 1416
S8.6.2_A3.js --- info: | The specification does not provide any means for a program to access [[class]] value except through Object.prototype.toString es5id: 8.6.2_A3 description: Get [[class]] value except through Object.prototype.toString --- 771
S8.6.2_A4.js --- info: | [[HasInstance]] returns a boolean value indicating whether Value delegates behaviour to this object es5id: 8.6.2_A4 description: > Check that the obj instance of Object, but not instance of Function, String, Number, Array --- 2074
S8.6.2_A5_T1.js --- info: "[[Call]] executes code associated with the object" es5id: 8.6.2_A5_T1 description: > Call function-property of object, property defined as testScreen = {touch:function(){count++}} --- 1158
S8.6.2_A5_T2.js --- info: "[[Call]] executes code associated with the object" es5id: 8.6.2_A5_T2 description: > Call function-property of object, property defined as seat['move']=function(){position++} --- 1166
S8.6.2_A5_T3.js --- info: "[[Call]] executes code associated with the object" es5id: 8.6.2_A5_T3 description: > Call function-property of global object, property defined as knock=function(){count++} --- 1048
S8.6.2_A5_T4.js --- info: "[[Call]] executes code associated with the object" es5id: 8.6.2_A5_T4 description: > Call function-property of global object, property defined as this['beep']=function(){__count++} --- 1092
S8.6.2_A6.js --- info: | [[Construct]] constructs an object. Invoked via the new operator. Objects that implement this internal method are called constructors es5id: 8.6.2_A6 description: Create a few Objects via the new operator --- 1142
S8.6.2_A7.js --- info: | Objects that implement internal method [[Construct]] are called constructors. Math object is NOT constructor es5id: 8.6.2_A7 description: Checking if execution of "var objMath=new Math" passes --- 443
S8.6.2_A8.js --- es5id: 8.6.2_A8 description: > It should not be possible to change the [[Prototype]] of a non-extensible object --- 665
S8.6_A2_T1.js --- info: Do not crash with postincrement custom property es5id: 8.6_A2_T1 description: Try to implement postincrement for custom property --- 547
S8.6_A2_T2.js --- info: Do not crash with postincrement custom property es5id: 8.6_A2_T2 description: Try to implement postincrement for not declared custom property --- 799
S8.6_A3_T1.js --- info: Do not crash with pefixincrement custom property es5id: 8.6_A3_T1 description: Try to implement pefixincrement for custom property --- 548
S8.6_A3_T2.js --- info: Do not crash with pefixincrement custom property es5id: 8.6_A3_T2 description: Try to implement pefixincrement for not declared custom property --- 816
S8.6_A4_T1.js --- info: An Object is an unordered collection of properties es5id: 8.6_A4_T1 description: Simple using a few custom properties --- 1513
shell.js 0