Searched refs:WithObject (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma/Statements/
H A D12.10-1.js95 "var MYOB = new WithObject(true); with (MYOB) { parseInt() }",
97 eval("var MYOB = new WithObject(true); with (MYOB) { parseInt() }") );
101 "var MYOB = new WithObject(false); with (MYOB) { NaN }",
103 eval("var MYOB = new WithObject(false); with (MYOB) { NaN }") );
107 "var MYOB = new WithObject(NaN); with (MYOB) { Infinity }",
109 eval("var MYOB = new WithObject(NaN); with (MYOB) { Infinity }") );
113 "var MYOB = new WithObject(false); with (MYOB) { }; Infinity",
115 eval("var MYOB = new WithObject(false); with (MYOB) { }; Infinity") );
120 "var MYOB = new WithObject(0); with (MYOB) { delete Infinity; Infinity }",
122 eval("var MYOB = new WithObject(
134 function WithObject( value ) { class
[all...]

Completed in 164 milliseconds