Home | History | Annotate | Download | only in src

Lines Matching refs:global_context

202       Context* global_context = isolate->context()->global_context();
204 !global_context->object_js_array_map()->IsUndefined()) {
205 array->set_map(Map::cast(global_context->object_js_array_map()));
302 isolate->context()->global_context()->internal_array_function());
310 isolate->context()->global_context()->array_function());
392 Context* global_context,
401 if (array_proto != global_context->initial_object_prototype()) return false;
451 Context* global_context = heap->isolate()->context()->global_context();
453 JSObject::cast(global_context->array_function()->prototype());
455 ArrayPrototypeHasNoElements(heap, global_context, array_proto);
466 GetProperty(Handle<JSObject>(isolate->global_context()->builtins()),
696 isolate->context()->global_context()->arguments_boilerplate()->map();
932 Context* global_context = isolate->context()->global_context();
934 JSObject::cast(global_context->array_function()->prototype());
935 if (!ArrayPrototypeHasNoElements(heap, global_context, array_proto)) {