Searched refs:array_constructor (Results 1 – 2 of 2) sorted by relevance
1724 Handle<JSFunction> array_constructor(global_context()->array_function()); in InstallNatives() local1726 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()1731 initial_map->set_constructor(*array_constructor); in InstallNatives()
1952 Handle<JSFunction> array_constructor(native_context()->array_function()); in InstallNatives() local1954 JSObject::cast(array_constructor->instance_prototype())); in InstallNatives()1959 initial_map->set_constructor(*array_constructor); in InstallNatives()