Interface Builtin
-
Method Summary
Modifier and TypeMethodDescriptioncreateFunctionData(JSContext context) default intintgetKey()intcom.oracle.truffle.api.strings.TruffleStringgetName()booleanisAnnexB()booleanbooleanbooleanisGetter()default booleanisIncluded(JSContext context) booleanbooleanisSetter()boolean
-
Method Details
-
getName
com.oracle.truffle.api.strings.TruffleString getName() -
getKey
Object getKey() -
getLength
int getLength() -
getECMAScriptVersion
int getECMAScriptVersion() -
isAnnexB
boolean isAnnexB() -
isWritable
boolean isWritable() -
isEnumerable
boolean isEnumerable() -
isConfigurable
boolean isConfigurable() -
getAttributeFlags
default int getAttributeFlags() -
isGetter
boolean isGetter() -
isSetter
boolean isSetter() -
isOptional
boolean isOptional() -
createFunctionData
-
isIncluded
-