Home
last modified time | relevance | path

Searched refs:typeofName (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DInterpreter.java1529 stack[++stackTop] = ScriptRuntime.typeofName(frame.scope, stringReg); in interpretLoop()
H A DScriptRuntime.java2536 public static String typeofName(Scriptable scope, String id) in typeofName() method in ScriptRuntime