Home | History | Annotate | Download | only in Object

Lines Matching refs:getJSClass

28 * 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(Error);