/external/v8/src/objects/ |
D | js-function.cc | 180 handle(function->bound_target_function(), function->GetIsolate())); in GetFunctionRealm() 190 while (function->bound_target_function().IsJSBoundFunction()) { in GetName() 194 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetName() 197 if (function->bound_target_function().IsJSFunction()) { in GetName() 199 JSFunction::cast(function->bound_target_function()), isolate); in GetName() 212 while (function->bound_target_function().IsJSBoundFunction()) { in GetLength() 213 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetLength() 227 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()), in GetLength()
|
D | js-function.tq | 14 bound_target_function: Callable;
|
D | js-objects.cc | 561 Handle<JSBoundFunction>::cast(receiver)->bound_target_function(), in GetContextForMicrotask() 2466 bound_function.bound_target_function().ptr())); in JSObjectShortPrint()
|
D | objects.cc | 873 Handle<JSBoundFunction>::cast(callable)->bound_target_function(), in OrdinaryHasInstance()
|
/external/v8/src/builtins/ |
D | function.tq | 93 bound_target_function: fn,
|
D | ic-callable.tq | 34 UnsafeCast<JSBoundFunction>(unwrappedTarget).bound_target_function;
|
D | promise-misc.tq | 259 foundExecutor = b.bound_target_function;
|
D | promise-abstract-operations.tq | 56 iter = b.bound_target_function;
|
/external/v8/src/compiler/ |
D | heap-refs.h | 326 JSReceiverRef bound_target_function() const;
|
D | js-call-reducer.cc | 4058 node, jsgraph()->Constant(function.bound_target_function()), in ReduceJSCall() 4104 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local 4110 NodeProperties::ReplaceValueInput(node, bound_target_function, in ReduceJSCall() 4735 ObjectRef bound_target_function = function.bound_target_function(); in ReduceJSConstruct() local 4740 jsgraph()->Constant(bound_target_function)); in ReduceJSConstruct() 4749 jsgraph()->Constant(bound_target_function), in ReduceJSConstruct() 4775 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local 4780 node->ReplaceInput(n.TargetIndex(), bound_target_function); in ReduceJSConstruct() 4789 bound_target_function, new_target)); in ReduceJSConstruct()
|
D | js-create-lowering.cc | 900 Node* bound_target_function = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBoundFunction() local 927 bound_target_function); in ReduceJSCreateBoundFunction()
|
D | serializer-for-background-compilation.cc | 2063 target = target.AsJSBoundFunction().bound_target_function()) { in UnrollBoundFunction() 2207 Handle<JSBoundFunction>::cast(target)->bound_target_function(), in ProcessNewTargetForConstruct() 3390 constructor.AsJSBoundFunction().bound_target_function(), in ProcessConstantForOrdinaryHasInstance()
|
D | js-native-context-specialization.cc | 632 JSReceiverRef bound_target_function = function.bound_target_function(); in ReduceJSOrdinaryHasInstance() local 638 node, jsgraph()->Constant(bound_target_function), in ReduceJSOrdinaryHasInstance()
|
D | js-heap-broker.cc | 634 ObjectData* bound_target_function() const { return bound_target_function_; } in bound_target_function() function in v8::internal::compiler::JSBoundFunctionData 1533 broker->GetOrCreateData(function->bound_target_function()); in Serialize() 3418 BIMODAL_ACCESSOR(JSBoundFunction, JSReceiver, bound_target_function) in BIMODAL_ACCESSOR()
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 207 result->set(1, function->bound_target_function()); in GetInternalProperties()
|
/external/v8/src/diagnostics/ |
D | objects-debug.cc | 792 CHECK_EQ(IsConstructor(), bound_target_function().IsConstructor()); in USE_TORQUE_VERIFIER()
|
D | objects-printer.cc | 1207 os << "\n - bound_target_function: " << Brief(bound_target_function()); in JSBoundFunctionPrint()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 849 js_fun.bound_target_function(), in ExtractJSObjectReferences()
|
/external/v8/src/api/ |
D | api.cc | 5124 auto bound_target_function = i::handle( in GetBoundFunction() local 5125 bound_function->bound_target_function(), bound_function->GetIsolate()); in GetBoundFunction() 5126 return Utils::CallableToLocal(bound_target_function); in GetBoundFunction()
|