Uses of Class
org.htmlunit.corejs.javascript.NativeCall
-
Packages that use NativeCall Package Description org.htmlunit.corejs.javascript -
-
Uses of NativeCall in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as NativeCall Modifier and Type Field Description private NativeCall
Arguments. activation
(package private) NativeCall
Context. currentActivationCall
(package private) NativeCall
NativeCall. parentActivationCall
Methods in org.htmlunit.corejs.javascript that return NativeCall Modifier and Type Method Description (package private) static NativeCall
ScriptRuntime. findFunctionActivation(Context cx, Function f)
Constructors in org.htmlunit.corejs.javascript with parameters of type NativeCall Constructor Description Arguments(NativeCall activation)
-