Home | History | Annotate | Download | only in src

Lines Matching defs:array_function

832     Handle<JSFunction> array_function =
836 array_function->shared()->set_construct_stub(
838 array_function->shared()->DontAdaptArguments();
842 array_function->shared()->set_length(1);
851 global_context()->set_js_array_map(array_function->initial_map());
854 // array_function is used internally. JS code creating array object should
858 global_context()->set_array_function(*array_function);
1474 Handle<JSFunction> array_function =
1484 SetPrototype(array_function, prototype);
1486 array_function->shared()->set_construct_stub(
1488 array_function->shared()->DontAdaptArguments();
1498 array_function->initial_map()->set_instance_descriptors(
1570 Handle<JSFunction> array_constructor(global_context()->array_function());