Searched refs:evaluation_context_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dd8.cc96 Persistent<Context> Shell::evaluation_context_; member in class:v8::Shell
279 Handle<Value> argv[kArgc] = { evaluation_context_->Global(), text, full };
491 evaluation_context_ = Context::New(NULL, global_template);
492 evaluation_context_->SetSecurityToken(Undefined());
597 Context::Scope context_scope(evaluation_context_);
703 Context::Scope context_scope(evaluation_context_);
H A Dd8.h196 static Persistent<Context> evaluation_context_; member in class:v8::Shell

Completed in 35 milliseconds