Uses of Interface
org.mozilla.javascript.Scriptable
Packages that use Scriptable
Package
Description
Provides the public API for the CommonJS Modules/1.1 implementation.
Provides default implementations for module providers.
-
Uses of Scriptable in org.loboevolution.html.js
Methods in org.loboevolution.html.js that return ScriptableModifier and TypeMethodDescriptionWindowImpl.getWindowScope(Context context) Getter for the field windowScope.Methods in org.loboevolution.html.js with parameters of type ScriptableModifier and TypeMethodDescriptionstatic booleanExecutor.executeFunction(Scriptable thisScope, Function f, LoboContextFactory contextFactory) executeFunction. -
Uses of Scriptable in org.loboevolution.html.js.xml
Constructors in org.loboevolution.html.js.xml with parameters of type ScriptableModifierConstructorDescriptionXMLHttpRequestImpl(HTMLDocumentImpl document, Scriptable scriptable, Window window) Constructor for XMLHttpRequestImpl. -
Uses of Scriptable in org.loboevolution.js
Classes in org.loboevolution.js that implement ScriptableModifier and TypeClassDescriptionclassJavaConstructorObject class.classJavaFunctionObject class.classJavaObjectWrapper class.Methods in org.loboevolution.js that return ScriptableModifier and TypeMethodDescriptionJavaConstructorObject.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.JavaFunctionObject.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.AbstractScriptableDelegate.getScriptable()getScriptable.ScriptableDelegate.getScriptable()getScriptable.Methods in org.loboevolution.js with parameters of type ScriptableModifier and TypeMethodDescriptionJavaConstructorObject.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Call the function.JavaFunctionObject.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Call the function.JavaConstructorObject.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.JavaFunctionObject.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.voidJavaScript.defineElementClass(Scriptable scope, Document document, String jsClassName, String elementName, Class<?> javaClass) voidJavaScript.defineJsObject(Scriptable scope, String jsClassName, Class<?> javaClass, JavaInstantiator instantiator) JavaObjectWrapper.get(int index, Scriptable start) Returns the value of the indexed property or NOT_FOUND.JavaObjectWrapper.get(String name, Scriptable start) Returns the value of the named property or NOT_FOUND.JavaScript.getJavascriptObject(Object raw, Scriptable scope) Returns an object that may be used by the Javascript engine.voidJavaObjectWrapper.put(int index, Scriptable start, Object value) Sets the value of the indexed property, creating it if need be.voidJavaObjectWrapper.put(String name, Scriptable start, Object value) Sets the value of the named property, creating it if need be.voidAbstractScriptableDelegate.setScriptable(Scriptable scriptable) setScriptable.voidScriptableDelegate.setScriptable(Scriptable scriptable) setScriptable. -
Uses of Scriptable in org.mozilla.javascript
Subinterfaces of Scriptable in org.mozilla.javascriptModifier and TypeInterfaceDescriptioninterfaceThis is interface that all functions in JavaScript must implement.Classes in org.mozilla.javascript that implement ScriptableModifier and TypeClassDescriptionclassThe 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.5classThis is a helper class for implementing wrappers around Scriptable objects.final classclassclassclassclassclassBase class for native object implementation that uses IdFunctionObject to export its methods to script via <class-name>.prototype object.classClass ImporterTopLevelclassThis 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 classfinal classThis class implements the activation object.classThis class is used by the V8 extension "Error.prepareStackTrace."classclassfinal classclassThis class implements the Function native object.final classThis class implements generator objects.final classThis class implements iterator objects.static classclassThis class reflects Java arrays into the JavaScript environment.classThis class reflects Java classes into the JavaScript environment, mainly for constructors and static members.classThis class reflects a single Java constructor into the JavaScript environment.classNativeJavaListis a wrapper for java objects implementingjava.util.Listinterface.classNativeJavaMapis a wrapper for java objects implementingjava.util.Mapinterface.classThis class reflects Java methods into the JavaScript environment and handles overloading of methods.classThis class reflects non-Array Java objects into the JavaScript environment.classThis 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.classclassThis class implements the Object native object.classclassfinal 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.classThis class implements the object lookup required for thewithstatement.classThis is the default implementation of the Scriptable interface.classThis class provides support for implementing Java-style synchronized methods in Javascript.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.mozilla.javascript declared as ScriptableModifier and TypeFieldDescriptionprotected ScriptableDelegator.objprotected ScriptableNativeJavaObject.parentThe parent scope of this object.protected ScriptableNativeWith.parentprotected ScriptableNativeJavaObject.prototypeThe prototype of this object.protected ScriptableNativeWith.prototypestatic final ScriptableUndefined.SCRIPTABLE_UNDEFINEDAn alternate representation of undefined, to be used only when we need to pass it to a method that takes as Scriptable as a parameter.Fields in org.mozilla.javascript with type parameters of type ScriptableMethods in org.mozilla.javascript with type parameters of type ScriptableModifier and TypeMethodDescriptionstatic <T extends Scriptable>
voidScriptableObject.defineClass(Scriptable scope, Class<T> clazz) Defines JavaScript objects from a Java class that implements Scriptable.static <T extends Scriptable>
voidScriptableObject.defineClass(Scriptable scope, Class<T> clazz, boolean sealed) Defines JavaScript objects from a Java class, optionally allowing sealing.static <T extends Scriptable>
StringScriptableObject.defineClass(Scriptable scope, Class<T> clazz, boolean sealed, boolean mapInheritance) Defines JavaScript objects from a Java class, optionally allowing sealing and mapping of Java inheritance to JavaScript prototype-based inheritance.Methods in org.mozilla.javascript that return ScriptableModifier and TypeMethodDescriptionstatic ScriptableScriptRuntime.bind(Context cx, Scriptable scope, String id) Returns the object in the scope chain that has a given property.ArrowFunction.construct(Context cx, Scriptable scope, Object[] args) BaseFunction.construct(Context cx, Scriptable scope, Object[] args) BoundFunction.construct(Context cx, Scriptable scope, Object[] extraArgs) Constructable.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.Delegator.construct(Context cx, Scriptable scope, Object[] args) Note that if thedelegeeisnull, this method creates a new instance of the Delegator itself rather than forwarding the call to thedelegee.Function.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.LambdaConstructor.construct(Context cx, Scriptable scope, Object[] args) LambdaFunction.construct(Context cx, Scriptable scope, Object[] args) NativeContinuation.construct(Context cx, Scriptable scope, Object[] args) NativeJavaClass.construct(Context cx, Scriptable scope, Object[] args) NativeJavaTopPackage.construct(Context cx, Scriptable scope, Object[] args) static ScriptableJavaAdapter.createAdapterWrapper(Scriptable obj, Object adapter) static ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) Deprecated.static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) BaseFunction.createObject(Context cx, Scriptable scope) Creates new script object.FunctionObject.createObject(Context cx, Scriptable scope) Return newScriptableinstance using the default constructor for the class of the underlying Java method.IdFunctionObject.createObject(Context cx, Scriptable scope) protected static ScriptableScriptableObject.ensureScriptable(Object arg) static ScriptableScriptRuntime.enterDotQuery(Object value, Scriptable scope) static ScriptableScriptRuntime.enterWith(Object obj, Context cx, Scriptable scope) static ScriptableScriptableObject.getArrayPrototype(Scriptable scope) static ScriptableTopLevel.getBuiltinPrototype(Scriptable scope, TopLevel.Builtins type) Static helper method to get a built-in object prototype with the giventypefrom the givenscope.TopLevel.getBuiltinPrototype(TopLevel.Builtins type) Get the cached built-in object prototype from this scope with the giventype.protected ScriptableBaseFunction.getClassPrototype()static ScriptableScriptableObject.getClassPrototype(Scriptable scope, String className) Get the prototype for the named class.Delegator.getDelegee()Retrieve the delegee.EcmaError.getErrorObject()Deprecated.Always returns null.static ScriptableScriptableObject.getFunctionPrototype(Scriptable scope) Get the Function.prototype property.static ScriptableScriptableObject.getGeneratorFunctionPrototype(Scriptable scope) static ScriptableScriptableObject.getObjectPrototype(Scriptable scope) Get the Object.prototype property.Delegator.getParentScope()NativeJavaObject.getParentScope()Returns the parent (enclosing) scope of the object.NativeWith.getParentScope()Scriptable.getParentScope()Get the parent scope of the object.ScriptableObject.getParentScope()Returns the parent (enclosing) scope of the object.Delegator.getPrototype()IdFunctionObject.getPrototype()NativeJavaArray.getPrototype()NativeJavaObject.getPrototype()NativeWith.getPrototype()Scriptable.getPrototype()Get the prototype of the object.ScriptableObject.getPrototype()Returns the prototype of the object.static ScriptableScriptRuntime.getTemplateLiteralCallSite(Context cx, Scriptable scope, Object[] strings, int index) static ScriptableScriptRuntime.getTopCallScope(Context cx) static ScriptableScriptableObject.getTopLevelScope(Scriptable obj) Get the global scope.final ScriptableContext.initSafeStandardObjects(ScriptableObject scope) Initialize the standard objects, leaving out those that offer access directly to Java classes.final ScriptableContext.initStandardObjects(ScriptableObject scope) Initialize the standard objects.static ScriptableScriptRuntime.lastStoredScriptable(Context cx) static ScriptableScriptRuntime.leaveDotQuery(Scriptable scope) static ScriptableScriptRuntime.leaveWith(Scriptable scope) Context.newArray(Scriptable scope, int length) Create an array with a specified initial length.Context.newArray(Scriptable scope, Object[] elements) Create an array with a set of initial elements.static ScriptableScriptRuntime.newArrayLiteral(Object[] objects, int[] skipIndices, Context cx, Scriptable scope) static ScriptableScriptRuntime.newBuiltinObject(Context cx, Scriptable scope, TopLevel.Builtins type, Object[] args) static ScriptableScriptRuntime.newCatchScope(Throwable t, Scriptable lastCatchScope, String exceptionName, Context cx, Scriptable scope) Context.newObject(Scriptable scope) Create a new JavaScript object.Context.newObject(Scriptable scope, String constructorName) Create a new JavaScript object by executing the named constructor.Context.newObject(Scriptable scope, String constructorName, Object[] args) Creates a new JavaScript object by executing the named constructor.static ScriptableScriptRuntime.newObject(Object fun, Context cx, Scriptable scope, Object[] args) Operator new.static ScriptableScriptRuntime.newObject(Context cx, Scriptable scope, String constructorName, Object[] args) static ScriptableScriptRuntime.newObjectLiteral(Object[] propertyIds, Object[] propertyValues, int[] getterSetters, Context cx, Scriptable scope) static ScriptableScriptRuntime.newObjectLiteral(Object[] propertyIds, Object[] propertyValues, Context cx, Scriptable scope) Deprecated.static Scriptablestatic ScriptableScriptRuntime.toIterator(Context cx, Scriptable scope, Scriptable obj, boolean keyOnly) static ScriptableContext.toObject(Object value, Scriptable scope) Convert the value to an JavaScript object value.static ScriptableContext.toObject(Object value, Scriptable scope, Class<?> staticType) Deprecated.static ScriptableScriptRuntime.toObject(Context cx, Scriptable scope, Object val) Convert the value to an object.static ScriptableScriptRuntime.toObject(Context cx, Scriptable scope, Object val, Class<?> staticClass) Deprecated.UseScriptRuntime.toObject(Context, Scriptable, Object)instead.static ScriptableScriptRuntime.toObject(Scriptable scope, Object val) static ScriptableScriptRuntime.toObject(Scriptable scope, Object val, Class<?> staticClass) Deprecated.UseScriptRuntime.toObject(Scriptable, Object)instead.static ScriptableScriptRuntime.toObjectOrNull(Context cx, Object obj) Deprecated.static ScriptableScriptRuntime.toObjectOrNull(Context cx, Object obj, Scriptable scope) WrapFactory.wrapAsJavaObject(Context cx, Scriptable scope, Object javaObject, Class<?> staticType) Wrap Java object as Scriptable instance to allow full access to its methods and fields from JavaScript.static ScriptableScriptRuntime.wrapException(Throwable t, Scriptable scope, Context cx) WrapFactory.wrapJavaClass(Context cx, Scriptable scope, Class<?> javaClass) Wrap a Java class as Scriptable instance to allow access to its static members and fields and use as constructor from JavaScript.WrapFactory.wrapNewObject(Context cx, Scriptable scope, Object obj) Wrap an object newly created by a constructor call.RegExpProxy.wrapRegExp(Context cx, Scriptable scope, Object compiled) static ScriptableScriptRuntime.wrapRegExp(Context cx, Scriptable scope, Object compiled) Methods in org.mozilla.javascript with parameters of type ScriptableModifier and TypeMethodDescriptionRegExpProxy.action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) voidFunctionObject.addAsConstructor(Scriptable scope, Scriptable prototype) Define this function as a JavaScript constructor.voidFunctionObject.addAsConstructor(Scriptable scope, Scriptable prototype, int attributes) Define this function as a JavaScript constructor.final voidIdFunctionObject.addAsProperty(Scriptable target) protected voidIdScriptableObject.addIdFunctionProperty(Scriptable obj, Object tag, int id, String name, int arity) static voidScriptRuntimeES6.addSymbolSpecies(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.species]on the given constructor function.static voidScriptRuntimeES6.addSymbolUnscopables(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.unscopables]on the given constructor function.static ObjectScriptRuntime.applyOrCall(boolean isApply, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Function.prototype.apply and Function.prototype.callstatic ScriptableScriptRuntime.bind(Context cx, Scriptable scope, String id) Returns the object in the scope chain that has a given property.protected static ScriptableObjectScriptableObject.buildDataDescriptor(Scriptable scope, Object value, int attributes) voidTopLevel.cacheBuiltins(Scriptable scope, boolean sealed) Cache the built-in ECMAScript objects to protect them against modifications by the script.ArrowFunction.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) BaseFunction.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Should be overridden.BoundFunction.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] extraArgs) Callable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Perform the call.static ObjectContext.call(ContextFactory factory, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args) CallCallable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)using the Context instance associated with the current thread.Delegator.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Function.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Call the function.FunctionObject.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Performs conversions on argument types if needed and invokes the underlying Java method or constructor.IdFunctionObject.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) LambdaConstructor.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) LambdaFunction.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeContinuation.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaClass.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaConstructor.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaMethod.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaTopPackage.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) abstract ObjectPolicySecurityController.SecureCaller.call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) static ObjectDeprecated.The method is only present for compatibility.abstract ObjectSecureCaller.call(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Synchronizer.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Context.callFunctionWithContinuations(Callable function, Scriptable scope, Object[] args) Call function that may pause execution by capturing a continuation.static ObjectScriptRuntime.callIterator(Object obj, Context cx, Scriptable scope) Given an object, get the "Symbol.iterator" element, throw a TypeError if it is not present, then call the result, (throwing a TypeError if the result is not a function), and return that result, whatever it is.static ObjectJavaAdapter.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.static ObjectScriptableObject.callMethod(Context cx, Scriptable obj, String methodName, Object[] args) Call a method of an object.static ObjectScriptableObject.callMethod(Scriptable obj, String methodName, Object[] args) Call a method of an object.static RefScriptRuntime.callRef(Callable function, Scriptable thisObj, Object[] args, Context cx) Perform function call in reference context.static ObjectScriptRuntime.callSpecial(Context cx, Callable fun, Scriptable thisObj, Object[] args, Scriptable scope, Scriptable callerThis, int callType, String filename, int lineNumber, boolean isOptionalChainingCall) PolicySecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args) SecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args) CallCallable.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args)of callable under restricted security domain where an action is allowed only if it is allowed according to the Java stack on the moment of the execWithDomain call and securityDomain.final FunctionContext.compileFunction(Scriptable scope, String source, String sourceName, int lineno, Object securityDomain) Compile a JavaScript function.protected ObjectContext.compileImpl(Scriptable scope, String sourceString, String sourceName, int lineno, Object securityDomain, boolean returnFunction, Evaluator compiler, ErrorReporter compilationErrorReporter) final ScriptContext.compileReader(Scriptable scope, Reader in, String sourceName, int lineno, Object securityDomain) Deprecated.ArrowFunction.construct(Context cx, Scriptable scope, Object[] args) BaseFunction.construct(Context cx, Scriptable scope, Object[] args) BoundFunction.construct(Context cx, Scriptable scope, Object[] extraArgs) Constructable.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.Delegator.construct(Context cx, Scriptable scope, Object[] args) Note that if thedelegeeisnull, this method creates a new instance of the Delegator itself rather than forwarding the call to thedelegee.Function.construct(Context cx, Scriptable scope, Object[] args) Call the function as a constructor.LambdaConstructor.construct(Context cx, Scriptable scope, Object[] args) LambdaFunction.construct(Context cx, Scriptable scope, Object[] args) NativeContinuation.construct(Context cx, Scriptable scope, Object[] args) NativeJavaClass.construct(Context cx, Scriptable scope, Object[] args) NativeJavaTopPackage.construct(Context cx, Scriptable scope, Object[] args) static EcmaErrorNativeGlobal.constructError(Context cx, String error, String message, Scriptable scope) Deprecated.UseScriptRuntime.constructError(String,String)instead.static EcmaErrorNativeGlobal.constructError(Context cx, String error, String message, Scriptable scope, String sourceName, int lineNumber, int columnNumber, String lineSource) Deprecated.static ObjectFunctionObject.convertArg(Context cx, Scriptable scope, Object arg, int typeTag) static ObjectFunctionObject.convertArg(Context cx, Scriptable scope, Object arg, Class<?> desired) Deprecated.UseFunctionObject.getTypeTag(Class)andFunctionObject.convertArg(Context, Scriptable, Object, int)for type conversion.static <T> TLambdaConstructor.convertThisObject(Scriptable thisObj, Class<T> targetClass) A convenience method to convert JavaScript's "this" object into a target class and throw a TypeError if it does not match.static ScriptableJavaAdapter.createAdapterWrapper(Scriptable obj, Object adapter) static ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createArrowFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Context cx, Scriptable scope, Object[] args, boolean isStrict, boolean argsHasRest) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args) static ScriptableScriptRuntime.createFunctionActivation(NativeFunction funObj, Scriptable scope, Object[] args, boolean isStrict) Evaluator.createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain) Create a function object.Interpreter.createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain) BaseFunction.createObject(Context cx, Scriptable scope) Creates new script object.FunctionObject.createObject(Context cx, Scriptable scope) Return newScriptableinstance using the default constructor for the class of the underlying Java method.IdFunctionObject.createObject(Context cx, Scriptable scope) static <T extends Scriptable>
voidScriptableObject.defineClass(Scriptable scope, Class<T> clazz) Defines JavaScript objects from a Java class that implements Scriptable.static <T extends Scriptable>
voidScriptableObject.defineClass(Scriptable scope, Class<T> clazz, boolean sealed) Defines JavaScript objects from a Java class, optionally allowing sealing.static <T extends Scriptable>
StringScriptableObject.defineClass(Scriptable scope, Class<T> clazz, boolean sealed, boolean mapInheritance) Defines JavaScript objects from a Java class, optionally allowing sealing and mapping of Java inheritance to JavaScript prototype-based inheritance.voidConstProperties.defineConst(String name, Scriptable start) Reserves a definition spot for a const.voidScriptableObject.defineConst(String name, Scriptable start) static voidScriptableObject.defineConstProperty(Scriptable destination, String propertyName) Utility method to add properties to arbitrary Scriptable object.voidLambdaConstructor.defineConstructorMethod(Scriptable scope, String name, int length, Callable target, int attributes) Define a function property directly on the constructor that is implemented under the covers by a LambdaFunction.voidLambdaConstructor.defineConstructorMethod(Scriptable scope, String name, int length, Callable target, int attributes, int propertyAttributes) Define a function property directly on the constructor that is implemented under the covers by a LambdaFunction, and override the properties of its "name", "length", and "arity" properties.voidLambdaConstructor.defineConstructorMethod(Scriptable scope, Symbol key, String name, int length, Callable target, int attributes) Define a function property directly on the constructor that is implemented under the covers by a LambdaFunction.voidScriptableObject.defineProperty(Scriptable scope, String name, int length, Callable target, int attributes, int propertyAttributes) Utility method to add lambda properties to arbitrary Scriptable object.static voidScriptableObject.defineProperty(Scriptable destination, String propertyName, Object value, int attributes) Utility method to add properties to arbitrary Scriptable object.voidLambdaConstructor.definePrototypeMethod(Scriptable scope, String name, int length, Callable target) Define a function property on the prototype of the constructor using a LambdaFunction under the covers.voidLambdaConstructor.definePrototypeMethod(Scriptable scope, String name, int length, Callable target, int attributes, int propertyAttributes) Define a function property on the prototype of the constructor using a LambdaFunction under the covers.voidLambdaConstructor.definePrototypeMethod(Scriptable scope, SymbolKey name, int length, Callable target, int attributes, int propertyAttributes) Define a function property on the prototype of the constructor using a LambdaFunction under the covers.static ObjectScriptRuntime.delete(Object obj, Object id, Context cx, Scriptable scope, boolean isName) The delete operatorstatic booleanScriptRuntime.deleteObjectElem(Scriptable target, Object elem, Context cx) static booleanScriptableObject.deleteProperty(Scriptable obj, int index) Removes the property from an object or its prototype chain.static booleanScriptableObject.deleteProperty(Scriptable obj, String name) Removes the property from an object or its prototype chain.protected ObjectContextFactory.doTopCall(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Execute top call to script or function.static ObjectScriptRuntime.doTopCall(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Deprecated.static ObjectScriptRuntime.doTopCall(Callable callable, Context cx, Scriptable scope, Scriptable thisObj, Object[] args, boolean isTopLevelStrict) static ObjectScriptRuntime.elemIncrDecr(Object obj, Object index, Context cx, Scriptable scope, int incrDecrMask) static voidScriptRuntime.enterActivationFunction(Context cx, Scriptable scope) static ScriptableScriptRuntime.enterDotQuery(Object value, Scriptable scope) static ScriptableScriptRuntime.enterWith(Object obj, Context cx, Scriptable scope) static ObjectScriptRuntime.enumInit(Object value, Context cx, Scriptable scope, int enumType) static ObjectScriptRuntime.evalSpecial(Context cx, Scriptable scope, Object thisArg, Object[] args, String filename, int lineNumber) The eval function property of the global object.final ObjectContext.evaluateReader(Scriptable scope, Reader in, String sourceName, int lineno, Object securityDomain) Evaluate a reader as JavaScript source.final ObjectContext.evaluateString(Scriptable scope, String source, String sourceName, int lineno, Object securityDomain) Evaluate a JavaScript source string.Script.exec(Context cx, Scriptable scope) Execute the script.BaseFunction.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) ES6Generator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) ES6Iterator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) IdFunctionCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) 'thisObj' will be null if invoked as constructor, in which case instance of Scriptable should be returnedIdScriptableObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) 'thisObj' will be null if invoked as constructor, in which case * instance of Scriptable should be returned.ImporterTopLevel.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) JavaAdapter.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeArray.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeCall.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeCallSite.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeConsole.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeContinuation.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeGenerator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeGlobal.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeIterator.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeJavaTopPackage.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeMap.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeObject.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeSet.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWeakMap.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWeakSet.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) NativeWith.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Context.executeScriptWithContinuations(Script script, Scriptable scope) Execute script that may pause execution by capturing a continuation.SecurityController.execWithDomain(Context cx, Scriptable scope, Script script, Object securityDomain) Deprecated.The application should not override this method and instead overrideSecurityController.callWithDomain(Object securityDomain, Context cx, Callable callable, Scriptable scope, Scriptable thisObj, Object[] args).final IdFunctionObjectIdScriptableObject.exportAsJSClass(int maxPrototypeId, Scriptable scope, boolean sealed) static voidScriptRuntime.fillObjectLiteral(Scriptable object, Object[] propertyIds, Object[] propertyValues, int[] getterSetters, Context cx, Scriptable scope) intRegExpProxy.find_split(Context cx, Scriptable scope, String target, String separator, Scriptable re, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) static StringNativeConsole.format(Context cx, Scriptable scope, Object[] args) static ClassCacheClassCache.get(Scriptable scope) Search for ClassCache object in the given scope.Delegator.get(int index, Scriptable start) Delegator.get(String name, Scriptable start) Delegator.get(Symbol key, Scriptable start) IdScriptableObject.get(String name, Scriptable start) IdScriptableObject.get(Symbol key, Scriptable start) ImporterTopLevel.get(String name, Scriptable start) NativeArray.get(int index, Scriptable start) NativeArray.get(Symbol key, Scriptable start) NativeJavaArray.get(int index, Scriptable start) NativeJavaArray.get(String id, Scriptable start) NativeJavaArray.get(Symbol key, Scriptable start) NativeJavaClass.get(String name, Scriptable start) NativeJavaList.get(int index, Scriptable start) NativeJavaList.get(String name, Scriptable start) NativeJavaList.get(Symbol key, Scriptable start) NativeJavaMap.get(int index, Scriptable start) NativeJavaMap.get(String name, Scriptable start) NativeJavaMap.get(Symbol key, Scriptable start) NativeJavaObject.get(int index, Scriptable start) NativeJavaObject.get(String name, Scriptable start) NativeJavaObject.get(Symbol key, Scriptable start) NativeJavaPackage.get(int index, Scriptable start) NativeJavaPackage.get(String id, Scriptable start) NativeWith.get(int index, Scriptable start) NativeWith.get(String id, Scriptable start) NativeWith.get(Symbol key, Scriptable start) Scriptable.get(int index, Scriptable start) Get a property from the object selected by an integral index.Scriptable.get(String name, Scriptable start) Get a named property from the object.ScriptableObject.get(int index, Scriptable start) Returns the value of the indexed property or NOT_FOUND.ScriptableObject.get(String name, Scriptable start) Returns the value of the named property or NOT_FOUND.ScriptableObject.get(Symbol key, Scriptable start) Another version of Get that supports Symbol keyed properties.SymbolScriptable.get(Symbol key, Scriptable start) Return the value of the property with the specified key, or NOT_FOUND.static Object[]ScriptRuntime.getArrayElements(Scriptable object) static ScriptableScriptableObject.getArrayPrototype(Scriptable scope) final intScriptableObject.getAttributes(int index, Scriptable start) Deprecated.final intScriptableObject.getAttributes(String name, Scriptable start) Deprecated.static FunctionTopLevel.getBuiltinCtor(Context cx, Scriptable scope, TopLevel.Builtins type) Static helper method to get a built-in object constructor with the giventypefrom the givenscope.static ScriptableTopLevel.getBuiltinPrototype(Scriptable scope, TopLevel.Builtins type) Static helper method to get a built-in object prototype with the giventypefrom the givenscope.static ScriptableScriptableObject.getClassPrototype(Scriptable scope, String className) Get the prototype for the named class.static ObjectScriptableObject.getDefaultValue(Scriptable object, Class<?> typeHint) final Object[]Context.getElements(Scriptable object) Get the elements of a JavaScript array.static CallableScriptRuntime.getElemFunctionAndThis(Object obj, Object elem, Context cx, Scriptable scope) Prepare for calling obj[id](...): return function corresponding to obj[id] and make obj properly converted to Scriptable available as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.static CallableScriptRuntime.getElemFunctionAndThisOptional(Object obj, Object elem, Context cx, Scriptable scope) static FunctionScriptRuntime.getExistingCtor(Context cx, Scriptable scope, String constructorName) static FunctionJavaAdapter.getFunction(Scriptable obj, String functionName) static ScriptableScriptableObject.getFunctionPrototype(Scriptable scope) Get the Function.prototype property.static ScriptableScriptableObject.getGeneratorFunctionPrototype(Scriptable scope) ScriptableObject.getGetterOrSetter(String name, int index, Scriptable scope, boolean isSetter) Get the getter or setter for a given property.static ScriptableObjectScriptRuntime.getLibraryScopeOrNull(Scriptable scope) static CallableScriptRuntime.getNameFunctionAndThis(String name, Context cx, Scriptable scope) Prepare for calling name(...): return function corresponding to name and make current top scope available as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.static CallableScriptRuntime.getNameFunctionAndThisOptional(String name, Context cx, Scriptable scope) static ObjectScriptRuntime.getObjectElem(Object obj, Object elem, Context cx, Scriptable scope) Call obj.static ObjectScriptRuntime.getObjectElem(Scriptable obj, Object elem, Context cx) static ObjectScriptRuntime.getObjectIndex(Object obj, double dblIndex, Context cx, Scriptable scope) A cheaper and less general version of the above for well-known argument types.static ObjectScriptRuntime.getObjectIndex(Scriptable obj, int index, Context cx) static ObjectScriptRuntime.getObjectProp(Object obj, String property, Context cx, Scriptable scope) Version of getObjectElem when elem is a valid JS identifier name.static ObjectScriptRuntime.getObjectProp(Scriptable obj, String property, Context cx) static ObjectScriptRuntime.getObjectPropNoWarn(Object obj, String property, Context cx, Scriptable scope) static ScriptableScriptableObject.getObjectPrototype(Scriptable scope) Get the Object.prototype property.static ObjectScriptableObject.getProperty(Scriptable obj, int index) Gets an indexed property from an object or any object in its prototype chain.static ObjectScriptableObject.getProperty(Scriptable obj, String name) Gets a named property from an object or any object in its prototype chain.static ObjectScriptableObject.getProperty(Scriptable obj, Symbol key) This is a version of getProperty that works with Symbols.static Object[]ScriptableObject.getPropertyIds(Scriptable obj) Returns an array of all ids from an object and its prototypes.static CallableScriptRuntime.getPropFunctionAndThis(Object obj, String property, Context cx, Scriptable scope) Prepare for calling obj.property(...): return function corresponding to obj.property and make obj properly converted to Scriptable available as ScriptRuntime.lastStoredScriptable() for consumption as thisObj.static CallableScriptRuntime.getPropFunctionAndThisOptional(Object obj, String property, Context cx, Scriptable scope) static Comparator<Object> ArrayLikeAbstractOperations.getSortComparator(Context cx, Scriptable scope, Object[] args) ArrayLikeAbstractOperations.getSortComparatorFromArguments(Context cx, Scriptable scope, Object[] args) static ObjectNativeIterator.getStopIterationObject(Scriptable scope) Get the value of the "StopIteration" object.static ScriptableScriptRuntime.getTemplateLiteralCallSite(Context cx, Scriptable scope, Object[] strings, int index) static ObjectScriptRuntime.getTopLevelProp(Scriptable scope, String id) static ScriptableScriptableObject.getTopLevelScope(Scriptable obj) Get the global scope.static ObjectScriptableObject.getTopScopeValue(Scriptable scope, Object key) Get arbitrary application-specific value associated with the top scope of the given scope.static <T> TScriptableObject.getTypedProperty(Scriptable s, int index, Class<T> type) Gets an indexed property from an object or any object in its prototype chain and coerces it to the requested Java type.static <T> TScriptableObject.getTypedProperty(Scriptable s, String name, Class<T> type) Gets a named property from an object or any object in its prototype chain and coerces it to the requested Java type.AccessorSlot.getValue(Scriptable start) LambdaAccessorSlot.getValue(Scriptable owner) LambdaSlot.getValue(Scriptable start) LazyLoadSlot.getValue(Scriptable start) Slot.getValue(Scriptable start) booleanDelegator.has(int index, Scriptable start) booleanDelegator.has(String name, Scriptable start) booleanDelegator.has(Symbol key, Scriptable start) booleanIdScriptableObject.has(String name, Scriptable start) booleanIdScriptableObject.has(Symbol key, Scriptable start) booleanImporterTopLevel.has(String name, Scriptable start) booleanNativeArray.has(int index, Scriptable start) booleanNativeArray.has(Symbol key, Scriptable start) booleanNativeJavaArray.has(int index, Scriptable start) booleanNativeJavaArray.has(String id, Scriptable start) booleanNativeJavaArray.has(Symbol key, Scriptable start) booleanNativeJavaClass.has(String name, Scriptable start) booleanNativeJavaList.has(int index, Scriptable start) booleanNativeJavaList.has(String name, Scriptable start) booleanNativeJavaList.has(Symbol key, Scriptable start) booleanNativeJavaMap.has(int index, Scriptable start) booleanNativeJavaMap.has(String name, Scriptable start) booleanNativeJavaMap.has(Symbol key, Scriptable start) booleanNativeJavaObject.has(int index, Scriptable start) booleanNativeJavaObject.has(String name, Scriptable start) booleanNativeJavaObject.has(Symbol key, Scriptable start) booleanNativeJavaPackage.has(int index, Scriptable start) booleanNativeJavaPackage.has(String id, Scriptable start) booleanNativeWith.has(int index, Scriptable start) booleanNativeWith.has(String id, Scriptable start) booleanNativeWith.has(Symbol key, Scriptable start) booleanScriptable.has(int index, Scriptable start) Indicates whether or not an indexed property is defined in an object.booleanScriptable.has(String name, Scriptable start) Indicates whether or not a named property is defined in an object.booleanScriptableObject.has(int index, Scriptable start) Returns true if the property index is defined.booleanScriptableObject.has(String name, Scriptable start) Returns true if the named property is defined.booleanScriptableObject.has(Symbol key, Scriptable start) A version of "has" that supports symbols.booleanSymbolScriptable.has(Symbol key, Scriptable start) Return true if the specified property exists.booleanArrowFunction.hasInstance(Scriptable instance) booleanBaseFunction.hasInstance(Scriptable instance) Implements the instanceof operator for JavaScript Function objects.booleanBoundFunction.hasInstance(Scriptable instance) booleanDelegator.hasInstance(Scriptable instance) booleanNativeIterator.StopIteration.hasInstance(Scriptable instance) booleanNativeJavaArray.hasInstance(Scriptable value) booleanNativeJavaClass.hasInstance(Scriptable value) Determines if prototype is a wrapped Java object and performs a Java "instanceof".booleanNativeJavaObject.hasInstance(Scriptable value) booleanNativeWith.hasInstance(Scriptable value) booleanScriptable.hasInstance(Scriptable instance) The instanceof operator.booleanScriptableObject.hasInstance(Scriptable instance) Implements the instanceof operator.static booleanScriptRuntime.hasObjectElem(Scriptable target, Object elem, Context cx) static booleanScriptableObject.hasProperty(Scriptable obj, int index) Returns whether an indexed property is defined in an object or any object in its prototype chain.static booleanScriptableObject.hasProperty(Scriptable obj, String name) Returns whether a named property is defined in an object or any object in its prototype chain.static booleanScriptableObject.hasProperty(Scriptable obj, Symbol key) A version of hasProperty for properties with Symbol keys.voidImporterTopLevel.importPackage(Context cx, Scriptable thisObj, Object[] args, Function funObj) Deprecated.Kept only for compatibility.static voidImporterTopLevel.init(Context cx, Scriptable scope, boolean sealed) static voidJavaAdapter.init(Context cx, Scriptable scope, boolean sealed) static voidNativeConsole.init(Scriptable scope, boolean sealed, NativeConsole.ConsolePrinter printer) static voidNativeContinuation.init(Context cx, Scriptable scope, boolean sealed) static voidNativeGlobal.init(Context cx, Scriptable scope, boolean sealed) static voidNativeJavaTopPackage.init(Context cx, Scriptable scope, boolean sealed) static voidNativePromise.init(Context cx, Scriptable scope, boolean sealed) static voidNativeSymbol.init(Context cx, Scriptable scope, boolean sealed) voidIdFunctionObject.initFunction(String name, Scriptable scope) static voidScriptRuntime.initFunction(Context cx, Scriptable scope, NativeFunction function, int type, boolean fromEvalCode) static voidScriptRuntime.initScript(NativeFunction funObj, Scriptable thisObj, Context cx, Scriptable scope, boolean evalScript) final voidNativeFunction.initScriptFunction(Context cx, Scriptable scope) final voidNativeFunction.initScriptFunction(Context cx, Scriptable scope, boolean es6GeneratorFunction) InterfaceAdapter.invoke(ContextFactory cf, Object target, Scriptable topScope, Object thisObject, Method method, Object[] args) protected abstract booleanES6Iterator.isDone(Context cx, Scriptable scope) protected booleanNativeArrayIterator.isDone(Context cx, Scriptable scope) protected booleanNativeCollectionIterator.isDone(Context cx, Scriptable scope) protected booleanNativeStringIterator.isDone(Context cx, Scriptable scope) booleanRegExpProxy.isRegExp(Scriptable obj) static ObjectArrayLikeAbstractOperations.iterativeMethod(Context cx, ArrayLikeAbstractOperations.IterativeOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "every", "filter", "forEach", "map", and "some" without using an IdFunctionObject.static ObjectArrayLikeAbstractOperations.iterativeMethod(Context cx, IdFunctionObject fun, ArrayLikeAbstractOperations.IterativeOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "every", "filter", "forEach", "map", and "some" using an IdFunctionObject.static ObjectContext.javaToJS(Object value, Scriptable scope) Convenient method to convert java value to its closest representation in JavaScript.static ObjectContext.javaToJS(Object value, Scriptable scope, Context cx) Convenient method to convert java value to its closest representation in JavaScript.RegExpProxy.js_split(Context _cx, Scriptable _scope, String thisString, Object[] _args) static booleanScriptRuntime.jsDelegatesTo(Scriptable lhs, Scriptable rhs) Delegates tostatic ScriptableScriptRuntime.leaveDotQuery(Scriptable scope) static ScriptableScriptRuntime.leaveWith(Scriptable scope) static booleanScriptRuntime.loadFromIterable(Context cx, Scriptable scope, Object arg1, BiConsumer<Object, Object> setter) This is used to handle all the special cases that are required when invoking Object.fromEntries or constructing a NativeMap or NativeWeakMap from an iterable.final voidIdFunctionObject.markAsConstructor(Scriptable prototypeProperty) static ObjectScriptRuntime.name(Context cx, Scriptable scope, String name) Looks up a name in the scope chain and returns its value.static ObjectScriptRuntime.nameIncrDecr(Scriptable scopeChain, String id, int incrDecrMask) Deprecated.static ObjectScriptRuntime.nameIncrDecr(Scriptable scopeChain, String id, Context cx, int incrDecrMask) static RefScriptRuntime.nameRef(Object namespace, Object name, Context cx, Scriptable scope, int memberTypeFlags) static RefScriptRuntime.nameRef(Object name, Context cx, Scriptable scope, int memberTypeFlags) Context.newArray(Scriptable scope, int length) Create an array with a specified initial length.Context.newArray(Scriptable scope, Object[] elements) Create an array with a set of initial elements.static ScriptableScriptRuntime.newArrayLiteral(Object[] objects, int[] skipIndices, Context cx, Scriptable scope) static ScriptableScriptRuntime.newBuiltinObject(Context cx, Scriptable scope, TopLevel.Builtins type, Object[] args) static ScriptableScriptRuntime.newCatchScope(Throwable t, Scriptable lastCatchScope, String exceptionName, Context cx, Scriptable scope) protected abstract ObjectVMBridge.newInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope) Create proxy object forInterfaceAdapter.Context.newObject(Scriptable scope) Create a new JavaScript object.Context.newObject(Scriptable scope, String constructorName) Create a new JavaScript object by executing the named constructor.Context.newObject(Scriptable scope, String constructorName, Object[] args) Creates a new JavaScript object by executing the named constructor.static ScriptableScriptRuntime.newObject(Object fun, Context cx, Scriptable scope, Object[] args) Operator new.static ScriptableScriptRuntime.newObject(Context cx, Scriptable scope, String constructorName, Object[] args) static ScriptableScriptRuntime.newObjectLiteral(Object[] propertyIds, Object[] propertyValues, int[] getterSetters, Context cx, Scriptable scope) static ScriptableScriptRuntime.newObjectLiteral(Object[] propertyIds, Object[] propertyValues, Context cx, Scriptable scope) Deprecated.static ObjectScriptRuntime.newSpecial(Context cx, Object fun, Object[] args, Scriptable scope, int callType) protected ObjectES6Iterator.next(Context cx, Scriptable scope) protected abstract ObjectES6Iterator.nextValue(Context cx, Scriptable scope) protected ObjectNativeArrayIterator.nextValue(Context cx, Scriptable scope) protected ObjectNativeCollectionIterator.nextValue(Context cx, Scriptable scope) protected ObjectNativeStringIterator.nextValue(Context cx, Scriptable scope) static RuntimeExceptionScriptRuntime.notFoundError(Scriptable object, String property) static Object[]ScriptRuntime.padAndRestArguments(Context cx, Scriptable scope, Object[] args, int argCount) Helper function for builtin objects that use the varargs form.static ObjectNativeJSON.parse(Context cx, Scriptable scope, String jtext, Callable reviver) voidNativeConsole.ConsolePrinter.print(Context cx, Scriptable scope, NativeConsole.Level level, Object[] args, ScriptStackElement[] stack) static ObjectScriptRuntime.propIncrDecr(Object obj, String id, Context cx, Scriptable scope, int incrDecrMask) voidDelegator.put(int index, Scriptable start, Object value) voidDelegator.put(String name, Scriptable start, Object value) voidDelegator.put(Symbol symbol, Scriptable start, Object value) voidIdScriptableObject.put(String name, Scriptable start, Object value) voidIdScriptableObject.put(Symbol key, Scriptable start, Object value) voidNativeArray.put(int index, Scriptable start, Object value) voidNativeArray.put(String id, Scriptable start, Object value) voidNativeArray.put(Symbol key, Scriptable start, Object value) voidNativeJavaArray.put(int index, Scriptable start, Object value) voidNativeJavaArray.put(String id, Scriptable start, Object value) voidNativeJavaClass.put(String name, Scriptable start, Object value) voidNativeJavaList.put(int index, Scriptable start, Object value) voidNativeJavaList.put(String name, Scriptable start, Object value) voidNativeJavaMap.put(int index, Scriptable start, Object value) voidNativeJavaMap.put(String name, Scriptable start, Object value) voidNativeJavaObject.put(int index, Scriptable start, Object value) voidNativeJavaObject.put(String name, Scriptable start, Object value) voidNativeJavaObject.put(Symbol symbol, Scriptable start, Object value) voidNativeJavaPackage.put(int index, Scriptable start, Object value) voidNativeJavaPackage.put(String id, Scriptable start, Object value) voidNativeSymbol.put(int index, Scriptable start, Object value) voidNativeSymbol.put(String name, Scriptable start, Object value) voidNativeSymbol.put(Symbol key, Scriptable start, Object value) voidNativeWith.put(int index, Scriptable start, Object value) voidNativeWith.put(String id, Scriptable start, Object value) voidNativeWith.put(Symbol symbol, Scriptable start, Object value) voidScriptable.put(int index, Scriptable start, Object value) Sets an indexed property in this object.voidScriptable.put(String name, Scriptable start, Object value) Sets a named property in this object.voidScriptableObject.put(int index, Scriptable start, Object value) Sets the value of the indexed property, creating it if need be.voidScriptableObject.put(String name, Scriptable start, Object value) Sets the value of the named property, creating it if need be.voidScriptableObject.put(Symbol key, Scriptable start, Object value) Implementation of put required by SymbolScriptable objects.voidSymbolScriptable.put(Symbol key, Scriptable start, Object value) Add a new property to to the object.voidConstProperties.putConst(String name, Scriptable start, Object value) Sets a named const property in this object.voidScriptableObject.putConst(String name, Scriptable start, Object value) Sets the value of the named const property, creating it if need be.static voidScriptableObject.putConstProperty(Scriptable obj, String name, Object value) Puts a named property in an object or in an object in its prototype chain.static voidScriptableObject.putProperty(Scriptable obj, int index, Object value) Puts an indexed property in an object or in an object in its prototype chain.static voidScriptableObject.putProperty(Scriptable obj, String name, Object value) Puts a named property in an object or in an object in its prototype chain.static voidScriptableObject.putProperty(Scriptable obj, Symbol key, Object value) This is a version of putProperty for Symbol keys.static ObjectJavaAdapter.readAdapterObject(Scriptable self, ObjectInputStream in) static voidScriptableObject.redefineProperty(Scriptable obj, String name, boolean isConst) If hasProperty(obj, name) would return true, then if the property that was found is compatible with the new property, this method just returns.static ObjectArrayLikeAbstractOperations.reduceMethod(Context cx, ArrayLikeAbstractOperations.ReduceOperation operation, Scriptable scope, Scriptable thisObj, Object[] args) Implements the methods "reduce" and "reduceRight".RefCallable.refCall(Context cx, Scriptable thisObj, Object[] args) Perform function call in reference context.static ObjectScriptRuntime.refIncrDecr(Ref ref, Context cx, Scriptable scope, int incrDecrMask) static ObjectScriptRuntime.refSet(Ref ref, Object value, Context cx, Scriptable scope) static ObjectInterpreter.restartContinuation(NativeContinuation c, Context cx, Scriptable scope, Object[] args) Context.resumeContinuation(Object continuation, Scriptable scope, Object functionResult) Restarts execution of the JavaScript suspended at the call toContext.captureContinuation().static ObjectInterpreter.resumeGenerator(Context cx, Scriptable scope, int operation, Object savedState, Object value) NativeFunction.resumeGenerator(Context cx, Scriptable scope, int operation, Object state, Object value) Resume execution of a suspended generator.Ref.set(Context cx, Scriptable scope, Object value) voidScriptableObject.setAttributes(int index, Scriptable start, int attributes) Deprecated.final voidScriptableObject.setAttributes(String name, Scriptable start, int attributes) Deprecated.static voidScriptRuntime.setBuiltinProtoAndParent(ScriptableObject object, Scriptable scope, TopLevel.Builtins type) static ObjectScriptRuntime.setConst(Scriptable bound, Object value, Context cx, String id) voidDelegator.setDelegee(Scriptable obj) Set the delegee.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.voidLambdaAccessorSlot.setGetter(Scriptable scope, Function<Scriptable, Object> getter) static ObjectScriptRuntime.setName(Scriptable bound, Object value, Context cx, Scriptable scope, String id) static ObjectScriptRuntime.setObjectElem(Object obj, Object elem, Object value, Context cx, Scriptable scope) Call obj.static ObjectScriptRuntime.setObjectElem(Scriptable obj, Object elem, Object value, Context cx) static ObjectScriptRuntime.setObjectIndex(Object obj, double dblIndex, Object value, Context cx, Scriptable scope) A cheaper and less general version of the above for well-known argument types.static ObjectScriptRuntime.setObjectIndex(Scriptable obj, int index, Object value, Context cx) static ObjectScriptRuntime.setObjectProp(Object obj, String property, Object value, Context cx, Scriptable scope) Version of setObjectElem when elem is a valid JS identifier name.static ObjectScriptRuntime.setObjectProp(Scriptable obj, String property, Object value, Context cx) static voidScriptRuntime.setObjectProtoAndParent(ScriptableObject object, Scriptable scope) voidDelegator.setParentScope(Scriptable parent) voidNativeJavaObject.setParentScope(Scriptable m) Sets the parent (enclosing) scope of the object.voidNativeWith.setParentScope(Scriptable parent) voidScriptable.setParentScope(Scriptable parent) Set the parent scope of the object.voidScriptableObject.setParentScope(Scriptable m) Sets the parent (enclosing) scope of the object.voidDelegator.setPrototype(Scriptable prototype) voidNativeArray.setPrototype(Scriptable p) voidNativeJavaObject.setPrototype(Scriptable m) Sets the prototype of the object.voidNativeWith.setPrototype(Scriptable prototype) voidScriptable.setPrototype(Scriptable prototype) Set the prototype of the object.voidScriptableObject.setPrototype(Scriptable m) Sets the prototype of the object.voidLambdaAccessorSlot.setSetter(Scriptable scope, BiConsumer<Scriptable, Object> setter) booleanAccessorSlot.setValue(Object value, Scriptable owner, Scriptable start, boolean isThrow) booleanLambdaAccessorSlot.setValue(Object value, Scriptable scope, Scriptable start, boolean isThrow) booleanLambdaSlot.setValue(Object value, Scriptable owner, Scriptable start, boolean isThrow) final booleanSlot.setValue(Object value, Scriptable owner, Scriptable start) booleanSlot.setValue(Object value, Scriptable owner, Scriptable start, boolean isThrow) static RefScriptRuntime.specialRef(Object obj, String specialProperty, Context cx, Scriptable scope) static ConstructableAbstractEcmaObjectOperations.speciesConstructor(Context cx, Scriptable s, Constructable defaultConstructor) Implement the ECMAScript abstract operation "SpeciesConstructor" defined in section 7.2.33 of ECMA262.static ObjectScriptRuntime.strictSetName(Scriptable bound, Object value, Context cx, Scriptable scope, String id) static Objectstatic JavaScriptExceptionScriptRuntime.throwCustomError(Context cx, Scriptable scope, String constructorName, String message) Equivalent to executing "new $constructorName(message, sourceFileName, sourceLineNo)" from JavaScript.static JavaScriptExceptionScriptRuntime.throwError(Context cx, Scriptable scope, String message) Equivalent to executing "new Error(message, sourceFileName, sourceLineNo)" from JavaScript.protected voidSlot.throwNoSetterException(Scriptable start, Object newValue) static ScriptableScriptRuntime.toIterator(Context cx, Scriptable scope, Scriptable obj, boolean keyOnly) static ScriptableContext.toObject(Object value, Scriptable scope) Convert the value to an JavaScript object value.static ScriptableContext.toObject(Object value, Scriptable scope, Class<?> staticType) Deprecated.static ScriptableScriptRuntime.toObject(Context cx, Scriptable scope, Object val) Convert the value to an object.static ScriptableScriptRuntime.toObject(Context cx, Scriptable scope, Object val, Class<?> staticClass) Deprecated.UseScriptRuntime.toObject(Context, Scriptable, Object)instead.static ScriptableScriptRuntime.toObject(Scriptable scope, Object val) static ScriptableScriptRuntime.toObject(Scriptable scope, Object val, Class<?> staticClass) Deprecated.UseScriptRuntime.toObject(Scriptable, Object)instead.static ScriptableScriptRuntime.toObjectOrNull(Context cx, Object obj, Scriptable scope) static StringScriptRuntime.typeofName(Scriptable scope, String id) The typeof operator that correctly handles the undefined casestatic ObjectScriptRuntime.updateDotQuery(boolean value, Scriptable scope) static NativeJavaArrayNativeJavaArray.wrap(Scriptable scope, Object array) static ObjectNativeJavaObject.wrap(Scriptable scope, Object obj, Class<?> staticType) Deprecated.UseContext.getWrapFactory()together with callingWrapFactory.wrap(Context, Scriptable, Object, Class)WrapFactory.wrap(Context cx, Scriptable scope, Object obj, Class<?> staticType) Wrap the object.WrapFactory.wrapAsJavaObject(Context cx, Scriptable scope, Object javaObject, Class<?> staticType) Wrap Java object as Scriptable instance to allow full access to its methods and fields from JavaScript.static ScriptableScriptRuntime.wrapException(Throwable t, Scriptable scope, Context cx) WrapFactory.wrapJavaClass(Context cx, Scriptable scope, Class<?> javaClass) Wrap a Java class as Scriptable instance to allow access to its static members and fields and use as constructor from JavaScript.WrapFactory.wrapNewObject(Context cx, Scriptable scope, Object obj) Wrap an object newly created by a constructor call.RegExpProxy.wrapRegExp(Context cx, Scriptable scope, Object compiled) static ScriptableScriptRuntime.wrapRegExp(Context cx, Scriptable scope, Object compiled) Method parameters in org.mozilla.javascript with type arguments of type ScriptableModifier and TypeMethodDescriptionvoidScriptableObject.defineProperty(Context cx, String name, Function<Scriptable, Object> getter, BiConsumer<Scriptable, Object> setter, int attributes) Define a property on this object that is implemented using lambda functions accepting Scriptable `this` object as first parameter.voidScriptableObject.defineProperty(Context cx, String name, Function<Scriptable, Object> getter, BiConsumer<Scriptable, Object> setter, int attributes) Define a property on this object that is implemented using lambda functions accepting Scriptable `this` object as first parameter.voidLambdaConstructor.definePrototypeProperty(Context cx, String name, Function<Scriptable, Object> getter, int attributes) Define a property on the prototype using a function.voidLambdaConstructor.definePrototypeProperty(Context cx, String name, Function<Scriptable, Object> getter, BiConsumer<Scriptable, Object> setter, int attributes) Define a property on the prototype using functions for getter and setter.voidLambdaConstructor.definePrototypeProperty(Context cx, String name, Function<Scriptable, Object> getter, BiConsumer<Scriptable, Object> setter, int attributes) Define a property on the prototype using functions for getter and setter.voidLambdaAccessorSlot.setGetter(Scriptable scope, Function<Scriptable, Object> getter) voidLambdaAccessorSlot.setSetter(Scriptable scope, BiConsumer<Scriptable, Object> setter) Constructors in org.mozilla.javascript with parameters of type ScriptableModifierConstructorDescriptionArrowFunction(Context cx, Scriptable scope, Callable targetFunction, Scriptable boundThis) BaseFunction(Scriptable scope, Scriptable prototype) BoundFunction(Context cx, Scriptable scope, Callable targetFunction, Scriptable boundThis, Object[] boundArgs) Delegator(Scriptable obj) Create a new Delegator that forwards requests to a delegee Scriptable object.EcmaError(Scriptable nativeError, String sourceName, int lineNumber, int columnNumber, String lineSource) Deprecated.EcmaError error instances should not be constructed explicitly since they are generated by the engine.ES6Generator(Scriptable scope, NativeFunction function, Object savedState) protectedES6Iterator(Scriptable scope, String tag) FunctionObject(String name, Member methodOrConstructor, Scriptable scope) Create a JavaScript function object from a Java method.IdFunctionObject(IdFunctionCall idcall, Object tag, int id, String name, int arity, Scriptable scope) IdFunctionObjectES6(IdFunctionCall idcall, Object tag, int id, String name, int arity, Scriptable scope) IdScriptableObject(Scriptable scope, Scriptable prototype) IteratorLikeIterable(Context cx, Scriptable scope, Object target) LambdaConstructor(Scriptable scope, String name, int length, int flags, Constructable target) Create a new function that may be used as a constructor.LambdaConstructor(Scriptable scope, String name, int length, Callable target, Constructable targetConstructor) Create a new function that may be used as a constructor.LambdaConstructor(Scriptable scope, String name, int length, Constructable target) Create a new function that may be used as a constructor.LambdaFunction(Scriptable scope, int length, Callable target) Create a new built-in function, with no name, and no default prototype.LambdaFunction(Scriptable scope, String name, int length, Callable target) Create a new function.NativeArrayIterator(Scriptable scope, Scriptable arrayLike, NativeArrayIterator.ARRAY_ITERATOR_TYPE type) NativeCollectionIterator(Scriptable scope, String className, org.mozilla.javascript.NativeCollectionIterator.Type type, Iterator<Hashtable.Entry> iterator) NativeGenerator(Scriptable scope, NativeFunction function, Object savedState) NativeJavaArray(Scriptable scope, Object array) NativeJavaClass(Scriptable scope, Class<?> cl) NativeJavaClass(Scriptable scope, Class<?> cl, boolean isAdapter) NativeJavaList(Scriptable scope, Object list) NativeJavaMap(Scriptable scope, Object map) NativeJavaObject(Scriptable scope, Object javaObject, Class<?> staticType) NativeJavaObject(Scriptable scope, Object javaObject, Class<?> staticType, boolean isAdapter) protectedNativeWith(Scriptable parent, Scriptable prototype) ScriptableObject(Scriptable scope, Scriptable prototype) Synchronizer(Scriptable obj) Create a new synchronized function from an existing one.Synchronizer(Scriptable obj, Object syncObject) Create a new synchronized function from an existing one using an explicit object as synchronization object. -
Uses of Scriptable in org.mozilla.javascript.commonjs.module
Classes in org.mozilla.javascript.commonjs.module that implement ScriptableModifier and TypeClassDescriptionclassA top-level module scope.classImplements the require() function as defined by Common JS modules.Methods in org.mozilla.javascript.commonjs.module that return ScriptableModifier and TypeMethodDescriptionRequire.construct(Context cx, Scriptable scope, Object[] args) Require.requireMain(Context cx, String mainModuleId) Calling this method establishes a module as being the main module of the program to which this require() instance belongs.Methods in org.mozilla.javascript.commonjs.module with parameters of type ScriptableModifier and TypeMethodDescriptionRequire.call(Context cx, Scriptable scope, Scriptable thisObj, Object[] args) Require.construct(Context cx, Scriptable scope, Object[] args) RequireBuilder.createRequire(Context cx, Scriptable globalScope) Creates a new require() function.ModuleScriptProvider.getModuleScript(Context cx, String moduleId, URI moduleUri, URI baseUri, Scriptable paths) Returns a module script.voidRequire.install(Scriptable scope) Binds this instance of require() into the specified scope under the property name "require".Constructors in org.mozilla.javascript.commonjs.module with parameters of type ScriptableModifierConstructorDescriptionModuleScope(Scriptable prototype, URI uri, URI base) Require(Context cx, Scriptable nativeScope, ModuleScriptProvider moduleScriptProvider, Script preExec, Script postExec, boolean sandboxed) Creates a new instance of the require() function. -
Uses of Scriptable in org.mozilla.javascript.commonjs.module.provider
Methods in org.mozilla.javascript.commonjs.module.provider with parameters of type ScriptableModifier and TypeMethodDescriptionCachingModuleScriptProviderBase.getModuleScript(Context cx, String moduleId, URI moduleUri, URI baseUri, Scriptable paths) MultiModuleScriptProvider.getModuleScript(Context cx, String moduleId, URI uri, URI base, Scriptable paths) SoftCachingModuleScriptProvider.getModuleScript(Context cx, String moduleId, URI uri, URI base, Scriptable paths) ModuleSourceProvider.loadSource(String moduleId, Scriptable paths, Object validator) Returns the script source of the requested module.ModuleSourceProviderBase.loadSource(String moduleId, Scriptable paths, Object validator) -
Uses of Scriptable in org.mozilla.javascript.debug
Methods in org.mozilla.javascript.debug with parameters of type ScriptableModifier and TypeMethodDescriptionvoidDebugFrame.onEnter(Context cx, Scriptable activation, Scriptable thisObj, Object[] args) Called when execution is ready to start bytecode interpretation for entered a particular function or script. -
Uses of Scriptable in org.mozilla.javascript.engine
Classes in org.mozilla.javascript.engine that implement ScriptableModifier and TypeClassDescriptionclassThis class makes the Bindings object into a Scriptable.Methods in org.mozilla.javascript.engine with parameters of type ScriptableModifier and TypeMethodDescriptionBindingsObject.get(String name, Scriptable start) booleanBindingsObject.has(String name, Scriptable start) static voidBuiltins.print(Context cx, Scriptable thisObj, Object[] args, Function f) voidBindingsObject.put(String name, Scriptable start, Object value) -
Uses of Scriptable in org.mozilla.javascript.jdk18
Methods in org.mozilla.javascript.jdk18 with parameters of type ScriptableModifier and TypeMethodDescriptionprotected ObjectVMBridge_jdk18.newInterfaceProxy(Object proxyHelper, ContextFactory cf, InterfaceAdapter adapter, Object target, Scriptable topScope) -
Uses of Scriptable in org.mozilla.javascript.json
Constructors in org.mozilla.javascript.json with parameters of type Scriptable -
Uses of Scriptable in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ScriptableMethods in org.mozilla.javascript.optimizer that return ScriptableModifier and TypeMethodDescriptionstatic ScriptableOptRuntime.createNativeGenerator(NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack) static ScriptableOptRuntime.newArrayLiteral(Object[] objects, String encodedInts, int skipCount, Context cx, Scriptable scope) Methods in org.mozilla.javascript.optimizer with parameters of type ScriptableModifier and TypeMethodDescriptionstatic FunctionOptRuntime.bindThis(NativeFunction fn, Context cx, Scriptable scope, Scriptable thisObj) static ObjectOptRuntime.call0(Callable fun, Scriptable thisObj, Context cx, Scriptable scope) Implement ....() call shrinking optimizer code.static ObjectOptRuntime.call0Optional(Callable fun, Scriptable thisObj, Context cx, Scriptable scope) static ObjectOptRuntime.call1(Callable fun, Scriptable thisObj, Object arg0, Context cx, Scriptable scope) Implement ....static ObjectOptRuntime.call2(Callable fun, Scriptable thisObj, Object arg0, Object arg1, Context cx, Scriptable scope) Implement ....static ObjectOptRuntime.callN(Callable fun, Scriptable thisObj, Object[] args, Context cx, Scriptable scope) Implement ....static ObjectOptRuntime.callName(Object[] args, String name, Context cx, Scriptable scope) Implement name(args) call shrinking optimizer code.static ObjectOptRuntime.callName0(String name, Context cx, Scriptable scope) Implement name() call shrinking optimizer code.static ObjectOptRuntime.callName0Optional(String name, Context cx, Scriptable scope) static ObjectOptRuntime.callProp0(Object value, String property, Context cx, Scriptable scope) Implement x.property() call shrinking optimizer code.static ObjectOptRuntime.callProp0Optional(Object value, String property, Context cx, Scriptable scope) static ObjectOptRuntime.callSpecial(Context cx, Callable fun, Scriptable thisObj, Object[] args, Scriptable scope, Scriptable callerThis, int callType, String fileName, int lineNumber, boolean isOptionalChainingCall) Codegen.createFunctionObject(Context cx, Scriptable scope, Object bytecode, Object staticSecurityDomain) static ScriptableOptRuntime.createNativeGenerator(NativeFunction funObj, Scriptable scope, Scriptable thisObj, int maxLocals, int maxStack) static ObjectOptRuntime.elemIncrDecr(Object obj, double index, Context cx, Scriptable scope, int incrDecrMask) static voidOptRuntime.initFunction(NativeFunction fn, int functionType, Scriptable scope, Context cx) static ScriptableOptRuntime.newArrayLiteral(Object[] objects, String encodedInts, int skipCount, Context cx, Scriptable scope) static ObjectOptRuntime.newObjectSpecial(Context cx, Object fun, Object[] args, Scriptable scope, Scriptable callerThis, int callType) -
Uses of Scriptable in org.mozilla.javascript.regexp
Classes in org.mozilla.javascript.regexp that implement ScriptableModifier and TypeClassDescriptionclassThis class implements the RegExp native object.final classMethods in org.mozilla.javascript.regexp that return ScriptableModifier and TypeMethodDescriptionRegExpImpl.wrapRegExp(Context cx, Scriptable scope, Object compiled) Methods in org.mozilla.javascript.regexp with parameters of type ScriptableModifier and TypeMethodDescriptionRegExpImpl.action(Context cx, Scriptable scope, Scriptable thisObj, Object[] args, int actionType) NativeRegExp.execIdCall(IdFunctionObject f, Context cx, Scriptable scope, Scriptable thisObj, Object[] args) intRegExpImpl.find_split(Context cx, Scriptable scope, String target, String separator, Scriptable reObj, int[] ip, int[] matchlen, boolean[] matched, String[][] parensp) static voidNativeRegExp.init(Context cx, Scriptable scope, boolean sealed) protected booleanNativeRegExpStringIterator.isDone(Context cx, Scriptable scope) booleanRegExpImpl.isRegExp(Scriptable obj) RegExpImpl.js_split(Context cx, Scriptable scope, String target, Object[] args) protected ObjectNativeRegExpStringIterator.nextValue(Context cx, Scriptable scope) RegExpImpl.wrapRegExp(Context cx, Scriptable scope, Object compiled) Constructors in org.mozilla.javascript.regexp with parameters of type ScriptableModifierConstructorDescriptionNativeRegExpStringIterator(Scriptable scope, Scriptable regexp, String string, boolean global, boolean fullUnicode) -
Uses of Scriptable in org.mozilla.javascript.serialize
Constructors in org.mozilla.javascript.serialize with parameters of type ScriptableModifierConstructorDescriptionScriptableInputStream(InputStream in, Scriptable scope) Create a ScriptableInputStream.ScriptableOutputStream(OutputStream out, Scriptable scope) ScriptableOutputStream constructor. -
Uses of Scriptable in org.mozilla.javascript.typedarrays
Classes in org.mozilla.javascript.typedarrays that implement ScriptableModifier 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 "Float32Array" 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.Methods in org.mozilla.javascript.typedarrays with parameters of type ScriptableModifier and TypeMethodDescriptionNativeArrayBufferView.get(Symbol key, Scriptable start) NativeTypedArrayView.get(int index, Scriptable start) NativeTypedArrayView.get(String name, Scriptable start) booleanNativeTypedArrayView.has(int index, Scriptable start) booleanNativeTypedArrayView.has(String name, Scriptable start) static voidNativeArrayBuffer.init(Context cx, Scriptable scope, boolean sealed) static voidNativeDataView.init(Context cx, Scriptable scope, boolean sealed) static voidNativeFloat32Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeFloat64Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeInt16Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeInt32Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeInt8Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeUint16Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeUint32Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeUint8Array.init(Context cx, Scriptable scope, boolean sealed) static voidNativeUint8ClampedArray.init(Context cx, Scriptable scope, boolean sealed) protected static NativeTypedArrayView<?> NativeTypedArrayView.js_constructor(Context cx, Scriptable scope, Object[] args, NativeTypedArrayView.TypedArrayConstructable constructable, int bytesPerElement) voidNativeTypedArrayView.put(int index, Scriptable start, Object val) voidNativeTypedArrayView.put(String name, Scriptable start, Object val) NativeTypedArrayView.RealThis.realThis(Scriptable thisObj) -
Uses of Scriptable in org.mozilla.javascript.xml
Classes in org.mozilla.javascript.xml that implement ScriptableModifier and TypeClassDescriptionclassThis Interface describes what all XML objects (XML, XMLList) should have in common.Methods in org.mozilla.javascript.xml that return ScriptableModifier and TypeMethodDescriptionabstract ScriptableXMLObject.getExtraMethodSource(Context cx) Return an additional object to look for methods that runtime should consider during method search.Methods in org.mozilla.javascript.xml with parameters of type ScriptableModifier and TypeMethodDescriptionprotected final XMLLibXMLLib.bindToScope(Scriptable scope) abstract NativeWithXMLObject.enterDotQuery(Scriptable scope) Wrap this object into NativeWith to implement the .() query.abstract NativeWithXMLObject.enterWith(Scriptable scope) Wrap this object into NativeWith to implement the with statement.static XMLLibXMLLib.extractFromScope(Scriptable scope) static XMLLibXMLLib.extractFromScopeOrNull(Scriptable scope) abstract RefXMLLib.nameRef(Context cx, Object namespace, Object name, Scriptable scope, int memberTypeFlags) abstract RefXMLLib.nameRef(Context cx, Object name, Scriptable scope, int memberTypeFlags) Constructors in org.mozilla.javascript.xml with parameters of type Scriptable
ScriptRuntime.createArrowFunctionActivation(NativeFunction, Context, Scriptable, Object[], boolean, boolean)instead