public static class ObjectLiteralNode.AutoAccessorDataMemberNode extends ObjectLiteralNode.ClassElementNode
attributes, EMPTY, isAnonymousFunctionDefinition, isFieldOrStaticBlock, isStatic| Modifier and Type | Method and Description |
|---|---|
protected ObjectLiteralNode.ObjectLiteralMemberNode |
copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags) |
JSFunctionObject |
createAutoAccessorGetter(com.oracle.truffle.api.object.HiddenKey backingStorageKey,
JSRealm realm) |
JSFunctionObject |
createAutoAccessorSetter(com.oracle.truffle.api.object.HiddenKey backingStorageKey,
JSRealm realm) |
com.oracle.truffle.api.object.HiddenKey |
createBackingStorageKey(Object key) |
void |
defineClassElement(com.oracle.truffle.api.frame.VirtualFrame frame,
JSDynamicObject homeObject,
ClassElementDefinitionRecord classElement) |
ClassElementDefinitionRecord |
evaluateClassElementDefinition(com.oracle.truffle.api.frame.VirtualFrame frame,
JSDynamicObject homeObject,
JSRealm realm,
Object[] decorators) |
cloneUninitialized, evaluateWithHomeObject, executeVoid, getAttributes, isAnonymousFunctionDefinition, isFieldOrStaticBlock, isMethodNode, isPrivate, isStaticcopy, 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 ClassElementDefinitionRecord evaluateClassElementDefinition(com.oracle.truffle.api.frame.VirtualFrame frame, JSDynamicObject homeObject, JSRealm realm, Object[] decorators)
public void defineClassElement(com.oracle.truffle.api.frame.VirtualFrame frame,
JSDynamicObject homeObject,
ClassElementDefinitionRecord classElement)
protected ObjectLiteralNode.ObjectLiteralMemberNode copyUninitialized(Set<Class<? extends com.oracle.truffle.api.instrumentation.Tag>> materializedTags)
public JSFunctionObject createAutoAccessorSetter(com.oracle.truffle.api.object.HiddenKey backingStorageKey, JSRealm realm)
public JSFunctionObject createAutoAccessorGetter(com.oracle.truffle.api.object.HiddenKey backingStorageKey, JSRealm realm)
public com.oracle.truffle.api.object.HiddenKey createBackingStorageKey(Object key)