Home | History | Annotate | Download | only in src

Lines Matching defs:native_context

234       Context* native_context = isolate->context()->native_context();
236 !native_context->js_array_maps()->IsUndefined()) {
238 FixedArray::cast(native_context->js_array_maps());
260 isolate->context()->native_context()->internal_array_function());
268 isolate->context()->native_context()->array_function());
358 Context* native_context,
367 if (array_proto != native_context->initial_object_prototype()) return false;
427 Context* native_context = heap->isolate()->context()->native_context();
429 JSObject::cast(native_context->array_function()->prototype());
431 ArrayPrototypeHasNoElements(heap, native_context, array_proto);
442 GetProperty(Handle<JSObject>(isolate->native_context()->builtins()),
747 isolate->context()->native_context()->arguments_boilerplate()->map();
1067 Context* native_context = isolate->context()->native_context();
1069 JSObject::cast(native_context->array_function()->prototype());
1070 if (!ArrayPrototypeHasNoElements(heap, native_context, array_proto)) {