Package org.mozilla.javascript
Class ScriptRuntimeES6
- java.lang.Object
- 
- org.mozilla.javascript.ScriptRuntimeES6
 
- 
 public class ScriptRuntimeES6 extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ScriptRuntimeES6()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddSymbolSpecies(Context cx, Scriptable scope, IdScriptableObject constructor)Registers the symbol[Symbol.species]on the given constructor function.static java.lang.ObjectrequireObjectCoercible(Context cx, java.lang.Object val, IdFunctionObject idFuncObj)
 
- 
- 
- 
Method Detail- 
requireObjectCoerciblepublic static java.lang.Object requireObjectCoercible(Context cx, java.lang.Object val, IdFunctionObject idFuncObj) 
 - 
addSymbolSpeciespublic static void addSymbolSpecies(Context cx, Scriptable scope, IdScriptableObject constructor) Registers the symbol[Symbol.species]on the given constructor function.
 
- 
 
-