Uses of Class
org.mozilla.javascript.SymbolKey
-
Uses of SymbolKey in org.mozilla.javascript
Modifier and TypeFieldDescriptionstatic final SymbolKey
SymbolKey.HAS_INSTANCE
static final SymbolKey
SymbolKey.IS_CONCAT_SPREADABLE
static final SymbolKey
SymbolKey.IS_REGEXP
static final SymbolKey
SymbolKey.ITERATOR
static final SymbolKey
SymbolKey.MATCH
static final SymbolKey
SymbolKey.MATCH_ALL
static final SymbolKey
SymbolKey.REPLACE
static final SymbolKey
SymbolKey.SEARCH
static final SymbolKey
SymbolKey.SPECIES
static final SymbolKey
SymbolKey.SPLIT
static final SymbolKey
SymbolKey.TO_PRIMITIVE
static final SymbolKey
SymbolKey.TO_STRING_TAG
static final SymbolKey
SymbolKey.UNSCOPABLES
Modifier and TypeMethodDescriptionvoid
LambdaConstructor.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.