Searched refs:bound_target_function (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 266 Handle<JSReceiver> bound_target_function( in ReduceJSCallFunction() local 267 function->bound_target_function(), isolate()); in ReduceJSCallFunction() 280 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSCallFunction()
|
/external/v8/src/runtime/ |
D | runtime-observe.cc | 105 Handle<JSBoundFunction>::cast(observer)->bound_target_function()); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 1256 handle(Handle<JSBoundFunction>::cast(callable)->bound_target_function(), in RUNTIME_FUNCTION()
|
D | runtime-debug.cc | 162 result->set(1, function->bound_target_function()); in GetInternalProperties()
|
/external/v8/src/ |
D | objects-debug.cc | 557 CHECK(bound_target_function()->IsCallable()); in JSBoundFunctionVerify() 560 CHECK_EQ(IsConstructor(), bound_target_function()->IsConstructor()); in JSBoundFunctionVerify()
|
D | objects-printer.cc | 852 os << "\n - bound_target_function = " << Brief(bound_target_function()); in JSBoundFunctionPrint()
|
D | api.cc | 4541 auto bound_target_function = i::handle( in GetBoundFunction() local 4542 bound_function->bound_target_function(), bound_function->GetIsolate()); in GetBoundFunction() 4543 return Utils::CallableToLocal(bound_target_function); in GetBoundFunction()
|
D | objects-inl.h | 5457 ACCESSORS(JSBoundFunction, bound_target_function, JSReceiver, in ACCESSORS()
|
D | objects.h | 7237 DECL_ACCESSORS(bound_target_function, JSReceiver)
|
D | objects.cc | 1965 reinterpret_cast<void*>(bound_function->bound_target_function())); in JSObjectShortPrint() 5077 handle(function->bound_target_function())); in GetFunctionRealm()
|
/external/v8/src/profiler/ |
D | heap-snapshot-generator.cc | 1118 js_fun->bound_target_function()); in ExtractJSObjectReferences()
|