Home
last modified time | relevance | path

Searched defs:bound_target_function (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Djs-call-reducer.cc3245 Handle<JSReceiver> bound_target_function( in ReduceJSCall() local
3292 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
3887 Handle<JSReceiver> bound_target_function( in ReduceJSConstruct() local
3932 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local
Djs-create-lowering.cc925 Node* bound_target_function = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateBoundFunction() local
Djs-native-context-specialization.cc398 Handle<JSReceiver> bound_target_function(function->bound_target_function(), in ReduceJSOrdinaryHasInstance() local
/external/v8/src/
Dobjects-inl.h2196 ACCESSORS(JSBoundFunction, bound_target_function, JSReceiver, in ACCESSORS() argument
Dapi.cc5244 auto bound_target_function = i::handle( in GetBoundFunction() local