|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Function | |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.commonjs.module | Provides the public API for the CommonJS Modules/1.1 implementation. |
| org.mozilla.javascript.optimizer | |
| org.mozilla.javascript.regexp | |
| Uses of Function in org.mozilla.javascript |
|---|
| Classes in org.mozilla.javascript that implement Function | |
|---|---|
class |
BaseFunction
The base class for Function objects See ECMA 15.3. |
class |
BoundFunction
The class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5 |
class |
Delegator
This is a helper class for implementing wrappers around Scriptable objects. |
class |
FunctionObject
|
class |
IdFunctionObject
|
class |
NativeContinuation
|
class |
NativeFunction
This class implements the Function native object. |
class |
NativeJavaClass
This class reflects Java classes into the JavaScript environment, mainly for constructors and static members. |
class |
NativeJavaConstructor
This class reflects a single Java constructor into the JavaScript environment. |
class |
NativeJavaMethod
This class reflects Java methods into the JavaScript environment and handles overloading of methods. |
class |
NativeJavaTopPackage
This class reflects Java packages into the JavaScript environment. |
class |
Synchronizer
This class provides support for implementing Java-style synchronized methods in Javascript. |
| Methods in org.mozilla.javascript that return Function | |
|---|---|
Function |
Context.compileFunction(Scriptable scope,
String source,
String sourceName,
int lineno,
Object securityDomain)
Compile a JavaScript function. |
Function |
Evaluator.createFunctionObject(Context cx,
Scriptable scope,
Object bytecode,
Object staticSecurityDomain)
Create a function object. |
Function |
Interpreter.createFunctionObject(Context cx,
Scriptable scope,
Object bytecode,
Object staticSecurityDomain)
|
static Function |
TopLevel.getBuiltinCtor(Context cx,
Scriptable scope,
TopLevel.Builtins type)
Static helper method to get a built-in object constructor with the given type from the given scope. |
static Function |
JavaAdapter.getFunction(Scriptable obj,
String functionName)
|
| Methods in org.mozilla.javascript with parameters of type Function | |
|---|---|
static Object |
JavaAdapter.callMethod(ContextFactory factory,
Scriptable thisObj,
Function f,
Object[] args,
long argsToWrap)
Utility method which dynamically binds a Context to the current thread, if none already exists. |
String |
Context.decompileFunction(Function fun,
int indent)
Decompile a JavaScript Function. |
String |
Context.decompileFunctionBody(Function fun,
int indent)
Decompile the body of a JavaScript Function. |
void |
ImporterTopLevel.importPackage(Context cx,
Scriptable thisObj,
Object[] args,
Function funObj)
Deprecated. Kept only for compatibility. |
| Uses of Function in org.mozilla.javascript.commonjs.module |
|---|
| Classes in org.mozilla.javascript.commonjs.module that implement Function | |
|---|---|
class |
Require
Implements the require() function as defined by Common JS modules. |
| Uses of Function in org.mozilla.javascript.optimizer |
|---|
| Methods in org.mozilla.javascript.optimizer that return Function | |
|---|---|
Function |
Codegen.createFunctionObject(Context cx,
Scriptable scope,
Object bytecode,
Object staticSecurityDomain)
|
| Uses of Function in org.mozilla.javascript.regexp |
|---|
| Classes in org.mozilla.javascript.regexp that implement Function | |
|---|---|
class |
NativeRegExp
This class implements the RegExp native object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||