Home | History | Annotate | Download | only in src

Lines Matching full:target_function

1958     Handle<JSReceiver> target_function, Handle<Object> bound_this,
1960 DCHECK(target_function->IsCallable());
1968 // Determine the prototype of the {target_function}.
1971 Object::GetPrototype(isolate(), target_function),
1987 target_function->IsConstructor()
1996 DCHECK_EQ(target_function->IsConstructor(), map->is_constructor());
2001 result->set_bound_target_function(*target_function);