Lines Matching refs:promise_fun
2410 Handle<JSFunction> promise_fun = InstallFunction(
2414 InstallWithIntrinsicDefaultProto(isolate_, promise_fun,
2417 Handle<SharedFunctionInfo> shared(promise_fun->shared(), isolate_);
2421 InstallSpeciesGetter(isolate_, promise_fun);
2424 isolate_, promise_fun, "all", Builtin::kPromiseAll, 1, true);
2428 InstallFunctionWithBuiltinId(isolate_, promise_fun, "allSettled",
2433 isolate_, promise_fun, "any", Builtin::kPromiseAny, 1, true);
2436 InstallFunctionWithBuiltinId(isolate_, promise_fun, "race",
2439 InstallFunctionWithBuiltinId(isolate_, promise_fun, "resolve",
2442 InstallFunctionWithBuiltinId(isolate_, promise_fun, "reject",
2445 SetConstructorInstanceType(isolate_, promise_fun,
2450 JSObject::cast(promise_fun->instance_prototype()), isolate());
2465 DCHECK(promise_fun->HasFastProperties());
2473 DCHECK(promise_fun->HasFastProperties());