Lines Matching defs:constructor
260 Handle<JSFunction> constructor;
262 constructor = handle(native_context->number_function(), isolate);
279 constructor = handle(
283 Handle<JSObject> result = isolate->factory()->NewJSObject(constructor);
1684 Handle<Object> constructor = isolate->factory()->undefined_value();
1689 isolate, constructor,
1693 if (constructor->IsConstructor()) {
1697 JSReceiver::GetFunctionRealm(Handle<JSReceiver>::cast(constructor)),
1700 *constructor == constructor_context->array_function()) {
1701 constructor = isolate->factory()->undefined_value();
1704 if (constructor->IsJSReceiver()) {
1706 isolate, constructor,
1708 Handle<JSReceiver>::cast(constructor),
1711 if (constructor->IsNull(isolate)) {
1712 constructor = isolate->factory()->undefined_value();
1716 if (constructor->IsUndefined(isolate)) {
1719 if (!constructor->IsConstructor()) {
1724 return constructor;
6774 JSFunction constructor = JSFunction::cast(maybe_constructor);
6776 if (!constructor.shared().IsApiFunction()) return AccessCheckInfo();
6779 constructor.shared().get_api_func_data().GetAccessCheckInfo();