Home | History | Annotate | Download | only in src

Lines Matching refs:array_constructor

4344   Handle<JSFunction> array_constructor(native_context()->array_function(),
4347 JSObject::cast(array_constructor->instance_prototype()), isolate());
4368 Handle<JSFunction> array_constructor(native_context()->array_function(),
4371 JSObject::cast(array_constructor->instance_prototype()), isolate());
4971 Handle<JSFunction> array_constructor(native_context()->array_function(),
4973 Handle<JSArray> proto(JSArray::cast(array_constructor->prototype()),
4988 Handle<JSFunction> array_constructor(
4990 Handle<JSObject> proto(JSObject::cast(array_constructor->prototype()),
5095 Handle<JSFunction> array_constructor(native_context()->array_function(),
5098 JSObject::cast(array_constructor->instance_prototype()), isolate());
5104 initial_map->SetConstructor(*array_constructor);