public abstract static class FunctionPrototypeBuiltins.JSBindNode extends JSBuiltinNode
JSBuiltinNode.Inlineable, JSBuiltinNode.InlinedARGUMENTSINTERMEDIATE_VALUE| Constructor and Description |
|---|
JSBindNode(JSContext context,
JSBuiltin builtin) |
| Modifier and Type | Method and Description |
|---|---|
protected static JSDynamicObject |
bindError(Object thisObj,
Object thisArg,
Object[] arg,
IsCallableNode isCallableNode) |
protected JSDynamicObject |
bindJSFunction(JSFunctionObject thisFnObj,
Object thisArg,
Object[] args,
GetPrototypeNode getPrototypeNode,
FunctionPrototypeBuiltins.CopyFunctionNameAndLengthNode copyNameAndLengthNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isConstructorProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile isAsyncProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile setProtoProfile) |
protected JSDynamicObject |
bindOther(Object thisObj,
Object thisArg,
Object[] args,
IsCallableNode isCallableNode,
GetPrototypeNode getPrototypeNode,
ForeignObjectPrototypeNode foreignPrototypeNode,
IsConstructorNode isConstructorNode,
FunctionPrototypeBuiltins.CopyFunctionNameAndLengthNode copyNameAndLengthNode,
com.oracle.truffle.api.profiles.InlinedConditionProfile isProxyProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile isConstructorProfile,
com.oracle.truffle.api.profiles.InlinedConditionProfile setProtoProfile) |
copyUninitialized, countsTowardsStackTraceLimit, createBuiltin, getArguments, getBuiltin, getContext, getNodeObject, hasTag, isCallerSensitive, isInlineable, isSplitImmediately, tryCreateInlinedaddCallTag, addExpressionTag, addRootBodyTag, addStatementTag, cloneUninitialized, cloneUninitialized, copy, createWrapper, execute, executeBoolean, executeDouble, executeInt, executeLong, executeVoid, expressionToString, findBlockScopeNode, getSourceSection, hasSourceSection, isInstrumentable, isResultAlwaysOfType, onReplace, removeSourceSection, setSourceSection, setSourceSection, toString, transferSourceSection, transferSourceSectionAddExpressionTag, transferSourceSectionAndTagsgetLanguage, getRealm, hasOverloadedOperatorsaccept, adoptChildren, atomic, atomic, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, replace, replace, reportPolymorphicSpecializeprotected final JSDynamicObject bindJSFunction(JSFunctionObject thisFnObj, Object thisArg, Object[] args, GetPrototypeNode getPrototypeNode, FunctionPrototypeBuiltins.CopyFunctionNameAndLengthNode copyNameAndLengthNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isConstructorProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile isAsyncProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile setProtoProfile)
protected final JSDynamicObject bindOther(Object thisObj, Object thisArg, Object[] args, IsCallableNode isCallableNode, GetPrototypeNode getPrototypeNode, ForeignObjectPrototypeNode foreignPrototypeNode, IsConstructorNode isConstructorNode, FunctionPrototypeBuiltins.CopyFunctionNameAndLengthNode copyNameAndLengthNode, com.oracle.truffle.api.profiles.InlinedConditionProfile isProxyProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile isConstructorProfile, com.oracle.truffle.api.profiles.InlinedConditionProfile setProtoProfile)
protected static JSDynamicObject bindError(Object thisObj, Object thisArg, Object[] arg, IsCallableNode isCallableNode)