Home | History | Annotate | Download | only in runtime

Lines Matching refs:constructor

262 Object* ArrayConstructorCommon(Isolate* isolate, Handle<JSFunction> constructor,
269 // - a subclass of constructor,
270 // - a proxy wrapper around constructor, or
271 // - the constructor itself.
272 // If called through Reflect.construct, it's guaranteed to be a constructor by
302 JSFunction::GetDerivedMap(isolate, constructor, new_target));
314 // the constructor.
338 // can't be dealt with in the inlined hydrogen array constructor case.
354 CONVERT_ARG_HANDLE_CHECKED(JSFunction, constructor, 0);
361 return ArrayConstructorCommon(isolate, constructor, new_target, site, &argv);