Searched refs:evaluation_context_ (Results 1 – 2 of 2) sorted by relevance
118 Persistent<Context> Shell::evaluation_context_; member in v8::Shell588 Handle<Value> argv[kArgc] = { evaluation_context_->Global(), text, full }; in GetCompletions()618 v8::Context::Scope scope(Shell::evaluation_context_); in DispatchDebugMessages()730 evaluation_context_->SetSecurityToken(Undefined()); in InstallUtilityScript()1082 Context::Scope context_scope(evaluation_context_); in RunShell()1424 evaluation_context_ = context; in RunMain()
368 static Persistent<Context> evaluation_context_;