Lines Matching defs:constructor
2184 Handle<JSObject> Factory::NewError(Handle<JSFunction> constructor,
2195 isolate(), constructor, template_index, arg0, arg1, arg2, SKIP_NONE));
2198 Handle<JSObject> Factory::NewError(Handle<JSFunction> constructor,
2204 return ErrorUtils::Construct(isolate(), constructor, constructor, message,
2250 // don't have "constructor" properties.
2424 Handle<JSObject> Factory::NewJSObject(Handle<JSFunction> constructor,
2426 JSFunction::EnsureHasInitialMap(constructor);
2427 Handle<Map> map(constructor->initial_map(), isolate());
2445 Handle<JSFunction> constructor) {
2446 DCHECK(constructor->has_initial_map());
2447 Handle<Map> map(constructor->initial_map(), isolate());
2532 // so that object accesses before the constructor completes (e.g. in the
3120 Handle<JSFunction> constructor) {
3121 DCHECK(constructor->has_initial_map());
3122 Handle<Map> map(constructor->initial_map(), isolate());
3137 // objects allocated using the constructor.
3149 // Reinitialize the object from the constructor map.