Home | History | Annotate | Download | only in src

Lines Matching refs:global_context

77 MaybeObject* Object::ToObject(Context* global_context) {
79 return CreateJSValue(global_context->number_function(), this);
81 return CreateJSValue(global_context->boolean_function(), this);
83 return CreateJSValue(global_context->string_function(), this);
95 Context* global_context = isolate->context()->global_context();
96 return CreateJSValue(global_context->number_function(), this);
99 Context* global_context = isolate->context()->global_context();
100 return CreateJSValue(global_context->boolean_function(), this);
103 Context* global_context = isolate->context()->global_context();
104 return CreateJSValue(global_context->string_function(), this);
142 Context* global_context = Isolate::Current()->context()->global_context();
144 holder = global_context->number_function()->instance_prototype();
146 holder = global_context->string_function()->instance_prototype();
148 holder = global_context->boolean_function()->instance_prototype();
659 Context* global_context = isolate->context()->global_context();
661 holder = global_context->number_function()->instance_prototype();
663 holder = global_context->string_function()->instance_prototype();
665 holder = global_context->boolean_function()->instance_prototype();
707 Context* context = heap->isolate()->context()->global_context();
719 Context* context = heap->isolate()->context()->global_context();
1562 (isolate->context()->global_context()->object_function()->map() != map());
1640 if (old_map == heap->isolate()->context()->global_context()->
1810 if (map() == GetIsolate()->context()->global_context()->
2465 Context* global_context = GetIsolate()->context()->global_context();
2467 (global_context->object_function()->map() != map());
3402 current_heap->isolate()->context()->global_context()->
4087 heap->isolate()->context()->global_context()->
7499 heap->isolate()->context()->global_context()->
7510 Context* global_context = context()->global_context();
7512 ? global_context->function_without_prototype_map()
7513 : global_context->strict_mode_function_without_prototype_map();
7521 ? global_context->function_map()
7522 : global_context->strict_mode_function_map()));