Uses of Class
org.htmlunit.corejs.javascript.ScriptableObject
Packages that use ScriptableObject
Package
Description
-
Uses of ScriptableObject in org.htmlunit.corejs.javascript
Subclasses of ScriptableObject in org.htmlunit.corejs.javascriptModifier and TypeClassDescription(package private) classThis class implements the "arguments" object.private static classclassThe class for Arrow Function Definitions EcmaScript 6 Rev 14, March 8, 2013 Draft spec , 13.2classThe base class for Function objects.classThe class for results of the Function.bind operation EcmaScript 5 spec, 15.3.4.5final classclass(package private) classclassclassclassclassBase class for native object implementation that uses IdFunctionObject to export its methods to script via <class-name>.prototype object.classClass ImporterTopLevel(package private) final classclassThis 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.classThis 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.classThis class implements the Array native object.final class(package private) final classThis class implements the BigInt native object.(package private) final classThis class implements the Boolean native object.final classThis class implements the activation object.classThis class is used by the V8 extension "Error.prepareStackTrace." It is passed to that function, which may then use it to format the stack as it sees fit.classclassfinal class(package private) final classThis class implements the Date native object.(package private) final classThe class of error objectsclassThis class implements the Function native object.final classThis class implements generator objects.final classThis class implements iterator objects.static classclassThis class reflects a single Java constructor into the JavaScript environment.private static final classclassThis class reflects Java methods into the JavaScript environment and handles overloading of methods.private static final classclassThis class reflects Java packages into the JavaScript environment.classThis class reflects Java packages into the JavaScript environment.final classThis class implements the JSON native object.class(package private) final classThis class implements the Math native object.(package private) final classThis class implements the Number native object.classThis class implements the Object native object.class(package private) final classThis class implements the Proxy object.(package private) final classThis class implements the Reflect object.(package private) classThe JavaScript Script object.class(package private) final classThis class implements the String native object.final classclassThis is an implementation of the standard "Symbol" type that implements all of its weird properties.classThis is an implementation of the ES6 WeakMap class.classThis is an implementation of the ES6 WeakSet class.classA top-level scope object that provides special means to cache and preserve the initial values of the built-in constructor properties for better ECMAScript compliance.Fields in org.htmlunit.corejs.javascript declared as ScriptableObjectModifier and TypeFieldDescriptionprivate final ScriptableObjectLazilyLoadedCtor.scopeprivate ScriptableObjectNativeProxy.targetObjMethods in org.htmlunit.corejs.javascript that return ScriptableObjectModifier and TypeMethodDescriptionprotected static ScriptableObjectScriptableObject.buildDataDescriptor(Scriptable scope, Object value, int attributes) private static ScriptableObjectNativeReflect.checkTarget(Object[] args) private ScriptableObjectNativeArray.defaultIndexPropertyDescriptor(Object value) private ScriptableObjectNativeString.defaultIndexPropertyDescriptor(Object value) protected static ScriptableObjectScriptableObject.ensureScriptableObject(Object arg) private ScriptableObjectIdScriptableObject.getBuiltInDescriptor(String name) private ScriptableObjectIdScriptableObject.getBuiltInDescriptor(Symbol key) static ScriptableObjectstatic ScriptableObjectScriptRuntime.getLibraryScopeOrNull(Scriptable scope) protected ScriptableObjectArguments.getOwnPropertyDescriptor(Context cx, Object id) protected ScriptableObjectIdScriptableObject.getOwnPropertyDescriptor(Context cx, Object id) protected ScriptableObjectNativeArray.getOwnPropertyDescriptor(Context cx, Object id) protected ScriptableObjectNativeProxy.getOwnPropertyDescriptor(Context cx, Object id) see https://262.ecma-international.org/12.0/#sec-proxy-object-internal-methods-and-internal-slots-getownproperty-pprotected ScriptableObjectNativeString.getOwnPropertyDescriptor(Context cx, Object id) protected ScriptableObjectScriptableObject.getOwnPropertyDescriptor(Context cx, Object id) (package private) ScriptableObjectAccessorSlot.getPropertyDescriptor(Context cx, Scriptable scope) (package private) ScriptableObjectLambdaSlot.getPropertyDescriptor(Context cx, Scriptable scope) (package private) ScriptableObjectSlot.getPropertyDescriptor(Context cx, Scriptable scope) private ScriptableObjectLambdaConstructor.getPrototypeScriptable()(package private) ScriptableObjectNativeProxy.getTargetThrowIfRevoked()final ScriptableObjectContext.initSafeStandardObjects()Initialize the standard objects, leaving out those that offer access directly to Java classes.Context.initSafeStandardObjects(ScriptableObject scope, boolean sealed) Initialize the standard objects, leaving out those that offer access directly to Java classes.static ScriptableObjectScriptRuntime.initSafeStandardObjects(Context cx, ScriptableObject scope, boolean sealed) final ScriptableObjectContext.initStandardObjects()Initialize the standard objects.Context.initStandardObjects(ScriptableObject scope, boolean sealed) Initialize the standard objects.static ScriptableObjectScriptRuntime.initStandardObjects(Context cx, ScriptableObject scope, boolean sealed) private ScriptableObjectImporterTopLevel.realScope(Scriptable scope, Scriptable thisObj, IdFunctionObject f) Methods in org.htmlunit.corejs.javascript with parameters of type ScriptableObjectModifier and TypeMethodDescriptionbooleanClassCache.associate(ScriptableObject topScope) Associate ClassCache object with the given top-level scope.protected voidScriptableObject.checkPropertyChange(Object id, ScriptableObject current, ScriptableObject desc) protected voidScriptableObject.checkPropertyDefinition(ScriptableObject desc) (package private) static ObjectInterfaceAdapter.create(Context cx, Class<?> cl, ScriptableObject object) Make glue object implementing interface cl that will call the supplied JS function when called.protected static ObjectNativeJavaObject.createInterfaceAdapter(Class<?> type, ScriptableObject so) private static voidNativeSymbol.createStandardSymbol(Context cx, Scriptable scope, ScriptableObject ctor, String name, SymbolKey key) voidScriptableObject.defineOwnProperties(Context cx, ScriptableObject props) Defines one or more properties on this object.protected booleanArguments.defineOwnProperty(Context cx, Object id, ScriptableObject desc, boolean checkValid) protected booleanIdScriptableObject.defineOwnProperty(Context cx, Object key, ScriptableObject desc, boolean checkValid) protected booleanNativeArray.defineOwnProperty(Context cx, Object id, ScriptableObject desc, boolean checkValid) booleanNativeProxy.defineOwnProperty(Context cx, Object id, ScriptableObject desc) see https://262.ecma-international.org/12.0/#sec-proxy-object-internal-methods-and-internal-slots-defineownproperty-p-descbooleanScriptableObject.defineOwnProperty(Context cx, Object id, ScriptableObject desc) Defines a property on an object.protected booleanScriptableObject.defineOwnProperty(Context cx, Object id, ScriptableObject desc, boolean checkValid) Defines a property on an object.private static voidImporterTopLevel.importPackage(ScriptableObject scope, NativeJavaPackage pkg) (package private) static ES6GeneratorES6Generator.init(ScriptableObject scope, boolean sealed) protected static voidES6Iterator.init(ScriptableObject scope, boolean sealed, IdScriptableObject prototype, String tag) (package private) static voidNativeArrayIterator.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeCollectionIterator.init(ScriptableObject scope, String tag, boolean sealed) (package private) static NativeGeneratorNativeGenerator.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeIterator.init(Context cx, ScriptableObject scope, boolean sealed) (package private) static voidNativeJavaMap.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeJavaMap.NativeJavaMapIterator.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeJavaObject.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeJavaObject.JavaIterableIterator.init(ScriptableObject scope, boolean sealed) (package private) static voidNativeStringIterator.init(ScriptableObject scope, boolean sealed) final ScriptableContext.initSafeStandardObjects(ScriptableObject scope) Initialize the standard objects, leaving out those that offer access directly to Java classes.Context.initSafeStandardObjects(ScriptableObject scope, boolean sealed) Initialize the standard objects, leaving out those that offer access directly to Java classes.static ScriptableObjectScriptRuntime.initSafeStandardObjects(Context cx, ScriptableObject scope, boolean sealed) final ScriptableContext.initStandardObjects(ScriptableObject scope) Initialize the standard objects.Context.initStandardObjects(ScriptableObject scope, boolean sealed) Initialize the standard objects.static ScriptableObjectScriptRuntime.initStandardObjects(Context cx, ScriptableObject scope, boolean sealed) protected static booleanScriptableObject.isAccessorDescriptor(ScriptableObject desc) Implements IsAccessorDescriptor as described in ES5 8.10.1(package private) static booleanAbstractEcmaObjectOperations.isCompatiblePropertyDescriptor(boolean extensible, ScriptableObject desc, ScriptableObject current) IsCompatiblePropertyDescriptor ( Extensible, Desc, Current )protected static booleanScriptableObject.isDataDescriptor(ScriptableObject desc) Implements IsDataDescriptor as described in ES5 8.10.2protected static booleanScriptableObject.isGenericDescriptor(ScriptableObject desc) Implements IsGenericDescriptor as described in ES5 8.10.3private static ObjectImporterTopLevel.js_importPackage(ScriptableObject scope, Object[] args) (package private) static voidNativeMap.loadFromIterable(Context cx, Scriptable scope, ScriptableObject map, Object arg1) If an "iterable" object was passed to the constructor, there are many many things to do...(package private) static voidNativeSet.loadFromIterable(Context cx, Scriptable scope, ScriptableObject set, Object arg1) If an "iterable" object was passed to the constructor, there are many many things to do.static voidScriptRuntime.setBuiltinProtoAndParent(ScriptableObject object, Scriptable scope, TopLevel.Builtins type) static voidScriptRuntime.setObjectProtoAndParent(ScriptableObject object, Scriptable scope) (package private) static booleanAbstractEcmaObjectOperations.validateAndApplyPropertyDescriptor(Scriptable o, Scriptable p, boolean extensible, ScriptableObject desc, ScriptableObject current) ValidateAndApplyPropertyDescriptor ( O, P, extensible, Desc, current )Constructors in org.htmlunit.corejs.javascript with parameters of type ScriptableObjectModifierConstructorDescriptionLazilyLoadedCtor(ScriptableObject scope, String propertyName, String className, boolean sealed) (package private)LazilyLoadedCtor(ScriptableObject scope, String propertyName, String className, boolean sealed, boolean privileged) privateNativeProxy(ScriptableObject target, Scriptable handler) -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.commonjs.module
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.commonjs.moduleModifier and TypeClassDescriptionclassA top-level module scope.classImplements the require() function as defined by Common JS modules.Methods in org.htmlunit.corejs.javascript.commonjs.module with parameters of type ScriptableObjectModifier and TypeMethodDescriptionprivate static voidRequire.defineReadOnlyProperty(ScriptableObject obj, String name, Object value) -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.engine
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.engineModifier and TypeClassDescriptionclassThis class makes the Bindings object into a Scriptable.Fields in org.htmlunit.corejs.javascript.engine declared as ScriptableObjectMethods in org.htmlunit.corejs.javascript.engine with parameters of type ScriptableObjectModifier and TypeMethodDescription(package private) voidBuiltins.register(Context cx, ScriptableObject scope, ScriptContext sc) -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.regexp
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.regexpModifier and TypeClassDescriptionclassThis class implements the RegExp native object.(package private) classLegacy implementation of RegExp was callable, this class exists to preserve this functionality(package private) classThis class implements the RegExp constructor native object. -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.tools.shell
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.tools.shellModifier and TypeClassDescriptionclassEnvironment, intended to be instantiated at global scope, provides a natural way to access System properties from JavaScript.classThis class provides for sharing functions across multiple threads.Methods in org.htmlunit.corejs.javascript.tools.shell with parameters of type ScriptableObjectConstructors in org.htmlunit.corejs.javascript.tools.shell with parameters of type ScriptableObject -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.typedarrays
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.typedarraysModifier and TypeClassDescriptionclassA NativeArrayBuffer is the backing buffer for a typed array.classThis class is the abstract parent for all views of the array.classThis class represents the JavaScript "DataView" interface, which allows direct manipulations of the bytes in a NativeArrayBuffer.classAn array view that stores 32-bit quantities and implements the JavaScript "loat32Array" interface.classAn array view that stores 64-bit quantities and implements the JavaScript "Float64Array" interface.classAn array view that stores 16-bit quantities and implements the JavaScript "Int16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Int32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Int8Array" interface.classThis class is the abstract parent for all of the various typed arrays.classAn array view that stores 16-bit quantities and implements the JavaScript "Uint16Array" interface.classAn array view that stores 32-bit quantities and implements the JavaScript "Uint32Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8Array" interface.classAn array view that stores 8-bit quantities and implements the JavaScript "Uint8ClampedArray" interface. -
Uses of ScriptableObject in org.htmlunit.corejs.javascript.xml
Subclasses of ScriptableObject in org.htmlunit.corejs.javascript.xmlModifier and TypeClassDescriptionclassThis Interface describes what all XML objects (XML, XMLList) should have in common.