Searched refs:bound_target_function (Results 1 - 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
H A D | js-call-reducer.cc | 298 Handle<JSReceiver> bound_target_function( 299 function->bound_target_function(), isolate()); 312 node, jsgraph()->Constant(bound_target_function), 0);
|
/external/v8/src/ |
H A D | objects-debug.cc | 587 CHECK(bound_target_function()->IsCallable()); 589 CHECK_EQ(IsConstructor(), bound_target_function()->IsConstructor());
|
H A D | accessors.cc | 1094 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()),
|
H A D | objects-printer.cc | 1035 os << "\n - bound_target_function = " << Brief(bound_target_function());
|
H A D | objects.cc | 756 Handle<JSBoundFunction>::cast(callable)->bound_target_function(), 2470 reinterpret_cast<void*>(bound_function->bound_target_function())); 3071 receiver = JSBoundFunction::cast(receiver)->bound_target_function(); 5581 handle(function->bound_target_function())); 5588 if (!function->bound_target_function()->IsJSFunction()) return prefix; 5589 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()),
|
H A D | api.cc | 5134 auto bound_target_function = i::handle( local 5135 bound_function->bound_target_function(), bound_function->GetIsolate()); 5136 return Utils::CallableToLocal(bound_target_function);
|
H A D | objects-inl.h | 5689 ACCESSORS(JSBoundFunction, bound_target_function, JSReceiver,
|
H A D | objects.h | 8335 // [bound_target_function]: The wrapped function object. 8336 DECL_ACCESSORS(bound_target_function, JSReceiver)
|
/external/v8/src/runtime/ |
H A D | runtime-debug.cc | 198 result->set(1, function->bound_target_function());
|
/external/v8/src/profiler/ |
H A D | heap-snapshot-generator.cc | 1089 js_fun->bound_target_function(),
|
Completed in 704 milliseconds