Lines Matching defs:target
30 Handle<JSFunction> target = args.target();
31 Handle<JSObject> target_global_proxy(target->global_proxy(), isolate);
33 if (!Builtins::AllowDynamicFunction(isolate, target, target_global_proxy)) {
89 handle(target->native_context(), isolate), source,
101 // If new.target is equal to target then the function created
103 // here. But if new.target is not equal to target then we are
109 !unchecked_new_target.is_identical_to(target)) {
115 JSFunction::GetDerivedMap(isolate, target, new_target), Object);
196 Handle<JSReceiver> target = args.at<JSReceiver>(0);
208 isolate->factory()->NewJSBoundFunction(target, this_arg, argv));
211 isolate, function, target, isolate->factory()->bound__string(),