Home | History | Annotate | Download | only in src

Lines Matching refs:global_context

788     // avoid using Isolate::global_context() because it uses Handle.
789 Context* global_context = isolate->context()->global()->global_context();
790 if (receiver_context == global_context) return YES;
793 global_context->security_token())
1308 Handle<Context> Isolate::global_context() {
1310 return Handle<Context>(global->global_context());
1321 if (context->global_context() == *debug_->debug_context()) {
1332 return Handle<Context>(context->global_context());