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.ConditionProfile isSymbol) |
protected String |
doString(String value) |
protected Symbol |
doSymbol(Symbol value) |
abstract Object |
execute(Object operand) |
copy, onReplaceaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecialize, toStringpublic static JSToPropertyKeyNode create()
protected Object doOther(Object value, JSToPrimitiveNode toPrimitiveNode, JSToStringNode toStringNode, com.oracle.truffle.api.profiles.ConditionProfile isSymbol)