Searched refs:array_constructor (Results 1 – 1 of 1) sorted by relevance
2671 Handle<JSFunction> array_constructor(native_context()->array_function()); in InstallNatives() local2672 Handle<JSObject> proto(JSObject::cast(array_constructor->prototype())); in InstallNatives()2688 Handle<JSFunction> array_constructor( in InstallNatives() local2690 Handle<JSObject> proto(JSObject::cast(array_constructor->prototype())); in InstallNatives()2726 Handle<JSFunction> array_constructor(native_context()->array_function()); in InstallNatives() local2728 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()2733 initial_map->SetConstructor(*array_constructor); in InstallNatives()