HomeSort by relevance Sort by last modified time
    Searched refs:evaluation_context_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
d8.cc 94 Persistent<Context> Shell::evaluation_context_; member in class:v8::Shell
275 Handle<Value> argv[kArgc] = { evaluation_context_->Global(), text, full };
476 evaluation_context_ = Context::New(NULL, global_template);
477 evaluation_context_->SetSecurityToken(Undefined());
579 Context::Scope context_scope(evaluation_context_);
684 Context::Scope context_scope(evaluation_context_);
d8.h 190 static Persistent<Context> evaluation_context_; member in class:v8::Shell

Completed in 163 milliseconds