Home | History | Annotate | Download | only in src

Lines Matching full:global_context

553                     context->global_context());
1133 fun->set_context(isolate()->context()->global_context());
1159 fun->set_context(isolate()->context()->global_context());
1170 Handle<Context> global_context) {
1171 CALL_HEAP_FUNCTION(isolate(), object->ToObject(*global_context), Object);