Home | History | Annotate | Download | only in Object

Lines Matching refs:getJSClass

25 * 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(new Date());
84 actual = getJSClass(new RegExp());
89 actual = getJSClass(new Error());