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

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/Object/
H A Dclass-001.js25 * The getJSClass() function we use is in a utility file, e.g. "shell.js".
39 actual = getJSClass(this);
44 actual = getJSClass(new Object());
49 actual = getJSClass(new Function());
54 actual = getJSClass(new Array());
59 actual = getJSClass(new String());
64 actual = getJSClass(new Boolean());
69 actual = getJSClass(new Number());
74 actual = getJSClass(Math); // can't use 'new' with the Math object (EMCA3, 15.8)
79 actual = getJSClass(ne
[all...]
H A Dclass-002.js28 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
45 actual = getJSClass(Object);
50 actual = getJSClass(Function);
55 actual = getJSClass(Array);
60 actual = getJSClass(String);
65 actual = getJSClass(Boolean);
70 actual = getJSClass(Number);
75 actual = getJSClass(Date);
80 actual = getJSClass(RegExp);
85 actual = getJSClass(Erro
[all...]
H A Dclass-003.js32 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
49 actual = getJSClass(new Error());
54 actual = getJSClass(new EvalError());
59 actual = getJSClass(new RangeError());
64 actual = getJSClass(new ReferenceError());
69 actual = getJSClass(new SyntaxError());
74 actual = getJSClass(new TypeError());
79 actual = getJSClass(new URIError());
H A Dclass-004.js31 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
48 actual = getJSClass(Error);
53 actual = getJSClass(EvalError);
58 actual = getJSClass(RangeError);
63 actual = getJSClass(ReferenceError);
68 actual = getJSClass(SyntaxError);
73 actual = getJSClass(TypeError);
78 actual = getJSClass(URIError);
H A Dregress-72773.js30 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
56 actual = getJSClass(e);
H A Dclass-005.js28 * The getJSClass() function we use is in a utility file, e.g. "shell.js"
48 actual = getJSClass(new Cow());
53 actual = getJSClass(new Calf());
H A Dshell.js33 * The getJSClass() function returns 'Number', the [[Class]] property of obj.
52 function getJSClass(obj) function
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/Script/
H A Dscript-001.js44 js> s.getJSClass
45 js> s.getJSClass = Object.prototype.toString
50 js> s.getJSClass()
134 s.getJSClass = Object.prototype.toString;
142 "s.getJSClass()",
144 s.getJSClass() );

Completed in 203 milliseconds