Uses of Class
org.htmlunit.corejs.javascript.BaseFunction
-
Packages that use BaseFunction Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.commonjs.module org.htmlunit.corejs.javascript.regexp -
-
Uses of BaseFunction in org.htmlunit.corejs.javascript
Subclasses of BaseFunction in org.htmlunit.corejs.javascript Modifier and Type Class Description private static classArguments.ThrowTypeErrorclassArrowFunctionThe class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2classBoundFunctionThe class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5(package private) classFieldAndMethodsclassFunctionObjectclassIdFunctionObjectclassIdFunctionObjectES6(package private) classInterpretedFunctionclassLambdaConstructorThis class implements a JavaScript function that may be used as a constructor by delegating to an interface that can be easily implemented as a lambda.classLambdaFunctionThis class implements a single JavaScript function that has the prototype of the built-in Function class, and which is implemented using a single function that can easily be implemented using a lambda expression.classNativeFunctionThis class implements the Function native object.classNativeJavaConstructorThis class reflects a single Java constructor into the JavaScript environment.classNativeJavaMethodThis class reflects Java methods into the JavaScript environment and handles overloading of methods.(package private) classNativeScriptThe JavaScript Script object.Fields in org.htmlunit.corejs.javascript declared as BaseFunction Modifier and Type Field Description (package private) BaseFunctionContext. typeErrorThrowerFields in org.htmlunit.corejs.javascript with type parameters of type BaseFunction Modifier and Type Field Description private java.util.EnumMap<TopLevel.Builtins,BaseFunction>TopLevel. ctorsprivate java.util.EnumMap<TopLevel.NativeErrors,BaseFunction>TopLevel. errorsMethods in org.htmlunit.corejs.javascript that return BaseFunction Modifier and Type Method Description (package private) static <T extends Scriptable>
BaseFunctionScriptableObject. buildClassCtor(Scriptable scope, java.lang.Class<T> clazz, boolean sealed, boolean mapInheritance)BaseFunctionTopLevel. getBuiltinCtor(TopLevel.Builtins type)Get the cached built-in object constructor from this scope with the giventype.(package private) BaseFunctionTopLevel. getNativeErrorCtor(TopLevel.NativeErrors type)Get the cached native error constructor from this scope with the giventype.private static BaseFunctionBaseFunction. realFunction(Scriptable thisObj, IdFunctionObject f)static BaseFunctionScriptRuntime. typeErrorThrower()Deprecated.static BaseFunctionScriptRuntime. typeErrorThrower(Context cx)Returns representation of the [[ThrowTypeError]] object.Methods in org.htmlunit.corejs.javascript with parameters of type BaseFunction Modifier and Type Method Description static voidScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Context cx, Scriptable scope)static voidScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Context cx, Scriptable scope, boolean es6GeneratorFunction)static voidScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Scriptable scope)Deprecated.static voidScriptRuntime. setFunctionProtoAndParent(BaseFunction fn, Scriptable scope, boolean es6GeneratorFunction)Deprecated. -
Uses of BaseFunction in org.htmlunit.corejs.javascript.commonjs.module
Subclasses of BaseFunction in org.htmlunit.corejs.javascript.commonjs.module Modifier and Type Class Description classRequireImplements the require() function as defined by Common JS modules. -
Uses of BaseFunction in org.htmlunit.corejs.javascript.regexp
Subclasses of BaseFunction in org.htmlunit.corejs.javascript.regexp Modifier and Type Class Description (package private) classNativeRegExpCtorThis class implements the RegExp constructor native object.
-