Package org.mozilla.javascript
Class ScriptRuntimeES6
java.lang.Object
org.mozilla.javascript.ScriptRuntimeES6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddSymbolSpecies(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.species]on the given constructor function.static voidaddSymbolUnscopables(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.unscopables]on the given constructor function.static ObjectrequireObjectCoercible(Context cx, Object val, IdFunctionObject idFuncObj)
-
Constructor Details
-
ScriptRuntimeES6
public ScriptRuntimeES6()
-
-
Method Details
-
requireObjectCoercible
-
addSymbolSpecies
Registers the symbol[Symbol.species]on the given constructor function. -
addSymbolUnscopables
public static void addSymbolUnscopables(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.unscopables]on the given constructor function.
-