Home | History | Annotate | Download | only in src

Lines Matching refs:global_context

472     // avoid using Top::global_context() because it uses Handle.
473 Context* global_context = Top::context()->global()->global_context();
474 if (receiver_context == global_context) return YES;
477 global_context->security_token())
924 Handle<Context> Top::global_context() {
926 return Handle<Context>(global->global_context());
937 if (context->global_context() == *Debug::debug_context()) {
948 return Handle<Context>(context->global_context());
961 FixedArray* table = context()->global_context()->special_function_table();