Home
last modified time | relevance | path

Searched refs:enterDotQuery (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/xml/
H A DXMLObject.java80 public abstract NativeWith enterDotQuery(Scriptable scope); in enterDotQuery() method in XMLObject
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLObjectImpl.java307 public NativeWith enterDotQuery(Scriptable scope) in enterDotQuery() method in XMLObjectImpl
/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DXMLObjectImpl.java357 public NativeWith enterDotQuery(Scriptable scope) { in enterDotQuery() method in XMLObjectImpl
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java3359 public static Scriptable enterDotQuery(Object value, Scriptable scope) in enterDotQuery() method in ScriptRuntime
3365 return object.enterDotQuery(scope); in enterDotQuery()
H A DInterpreter.java1779 frame.scope = ScriptRuntime.enterDotQuery(lhs, frame.scope); in interpretLoop()