public static final class JSFunctionObject.Bound extends JSFunctionObject.BoundOrWrapped
JSFunctionObject.Bound, JSFunctionObject.BoundOrWrapped, JSFunctionObject.Unbound, JSFunctionObject.WrappedJSObject.GetMembersJSDynamicObject.IsIdenticalOrUndefinedCONSTRUCTOR, EMPTY_STRING_ARRAY, HIDDEN_PROTO, NO_SUCH_METHOD_NAME, NO_SUCH_PROPERTY_NAME, PROTO, PROTOTYPE| Modifier | Constructor and Description |
|---|---|
protected |
Bound(com.oracle.truffle.api.object.Shape shape,
JSDynamicObject proto,
JSFunctionData functionData,
JSRealm realm,
Object classPrototype,
Object boundTargetFunction,
Object boundThis,
Object[] boundArguments) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getBoundArguments() |
Object |
getBoundTargetFunction() |
Object |
getBoundThis() |
protected void |
initializeName() |
getBoundLength, getBoundName, getFunctionName, setBoundLength, setBoundNamecreate, createBound, createWrapped, execute, getBuiltinToStringTag, getClassName, getClassPrototype, getEnclosingFrame, getFunctionData, getLexicalThis, getMetaObjectName, getRealm, getSourceLocation, hasSourceLocation, instantiate, isExecutable, isInstantiable, isMetaInstance, isMetaObject, setClassPrototypegetMetaObject, getMetaObjectImpl, hasMetaObjectdefineOwnProperty, delete, delete, getHelper, getHelper, getMethodHelper, getOwnHelper, getOwnHelper, getOwnProperty, getOwnPropertyKeys, getPrototypeOf, hasOnlyShapeProperties, hasOwnProperty, hasOwnProperty, hasProperty, hasProperty, isExtensible, preventExtensions, set, set, setIntegrityLevel, setPrototypeOf, testIntegrityLevel, toDisplayStringImplcopyWithoutProperties, defaultToString, defineOwnProperty, defineOwnProperty, delete, delete, delete, delete, delete, delete, enumerableOwnNames, filterEnumerableNames, get, get, get, get, getArray, getClassName, getIterator, getJSClass, getJSContext, getLanguage, getMethod, getMethod, getOrDefault, getOrDefault, getOrDefault, getOrDefault, getOwnProperty, getOwnProperty, getPrototype, getPrototype, getUncachedRead, getUncachedWrite, getWithReceiver, hasArray, hasIterator, hasLanguage, hasMemberReadSideEffects, hasMembers, hasMemberWriteSideEffects, hasOwnProperty, hasOwnProperty, hasOwnProperty, hasOwnProperty, hasProperty, hasProperty, hasProperty, hasProperty, invokeMember, isExtensible, isExtensible, isFrozen, isJSObject, isMemberInsertable, isMemberInvocable, isMemberModifiable, isMemberReadable, isMemberRemovable, isSealed, language, ordinaryToPrimitive, ownPropertyKeys, ownPropertyKeys, preventExtensions, preventExtensions, readMember, removeMember, set, set, set, set, setArray, setIntegrityLevel, setIntegrityLevel, setPrototype, setPrototype, setWithReceiver, setWithReceiver, testIntegrityLevel, toDisplayString, toPrimitive, toPrimitive, writeMemberdefaultToString, getDynamicType, getIntOrDefault, getJSClass, getJSContext, getJSSharedData, getKeyArray, getObjectFlags, getOrDefault, getOrNull, getProperty, getPropertyArray, getPropertyFlags, getValue, getValue, identityHashCode, isJSDynamicObject, ownPropertyKeys, removeKey, setJSClass, setObjectFlags, setPropertyFlags, testProperties, updatePropertyFlagsprotected Bound(com.oracle.truffle.api.object.Shape shape,
JSDynamicObject proto,
JSFunctionData functionData,
JSRealm realm,
Object classPrototype,
Object boundTargetFunction,
Object boundThis,
Object[] boundArguments)
public Object getBoundTargetFunction()
public Object getBoundThis()
public Object[] getBoundArguments()
protected void initializeName()
initializeName in class JSFunctionObject.BoundOrWrapped