Package org.mozilla.javascript
Class ScriptRuntimeES6
java.lang.Object
org.mozilla.javascript.ScriptRuntimeES6
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
addSymbolSpecies
(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.species]
on the given constructor function.static void
addSymbolUnscopables
(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.unscopables]
on the given constructor function.static Object
requireObjectCoercible
(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.
-