public abstract static class ReflectBuiltins.ReflectSetNode extends ReflectBuiltins.ReflectOperation
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinederrorBranchINTERMEDIATE_VALUE| Constructor and Description |
|---|
ReflectSetNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doForeignObject(Object target,
Object propertyKey,
Object value,
Object[] optionalArgs,
com.oracle.truffle.api.interop.InteropLibrary interop,
ExportValueNode exportValue) |
protected Object |
doNonObject(Object target,
Object propertyKey,
Object value,
Object[] optionalArgs) |
protected boolean |
reflectSet(com.oracle.truffle.api.object.DynamicObject target,
Object propertyKey,
Object value,
Object[] optionalArgs,
JSClassProfile jsclassProfile) |
ensureJSObjectcopyUninitialized, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeSafeInteger, executeString, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, lookupContextReference, lookupLanguageReference, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected boolean reflectSet(com.oracle.truffle.api.object.DynamicObject target,
Object propertyKey,
Object value,
Object[] optionalArgs,
JSClassProfile jsclassProfile)
protected Object doForeignObject(Object target, Object propertyKey, Object value, Object[] optionalArgs, com.oracle.truffle.api.interop.InteropLibrary interop, ExportValueNode exportValue)