public abstract class JSToPropertyKeyNode extends JavaScriptBaseNode
| Modifier and Type | Class and Description |
|---|---|
static class |
JSToPropertyKeyNode.JSToPropertyKeyWrapperNode |
| Constructor and Description |
|---|
JSToPropertyKeyNode() |
| Modifier and Type | Method and Description |
|---|---|
static JSToPropertyKeyNode |
create() |
protected Object |
doOther(Object value,
JSToPrimitiveNode toPrimitiveNode,
JSToStringNode toStringNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isSymbol) |
protected Symbol |
doSymbol(Symbol value) |
protected com.oracle.truffle.api.strings.TruffleString |
doTString(com.oracle.truffle.api.strings.TruffleString value) |
abstract Object |
execute(Object operand) |
copy, getLanguage, getRealm, hasOverloadedOperators, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static JSToPropertyKeyNode create()
protected com.oracle.truffle.api.strings.TruffleString doTString(com.oracle.truffle.api.strings.TruffleString value)
protected Object doOther(Object value, JSToPrimitiveNode toPrimitiveNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isSymbol)