org.mozilla.javascript

Class NativeCall

public final class NativeCall extends IdScriptableObject

This class implements the activation object. See ECMA 10.1.6

Author: Norris Boyd

See Also: Arguments

Method Summary
ObjectexecIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)
protected intfindPrototypeId(String s)
StringgetClassName()
protected voidinitPrototypeId(int id)

Method Detail

execIdCall

public Object execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args)

findPrototypeId

protected int findPrototypeId(String s)

getClassName

public String getClassName()

initPrototypeId

protected void initPrototypeId(int id)