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

  /external/v8/src/debug/
debug-evaluate.h 56 Handle<Context> evaluation_context() const { return evaluation_context_; }
78 Handle<Context> evaluation_context_; member in class:v8::internal::DebugEvaluate::ContextBuilder
debug-evaluate.cc 132 evaluation_context_ = outer_context;
176 evaluation_context_ = outer_context;
204 evaluation_context_ = factory->NewDebugEvaluateContext(
205 evaluation_context_, context_chain_[i].materialized_object,
  /external/v8/src/
d8.h 448 static Global<Context> evaluation_context_; member in class:v8::Shell
d8.cc 263 Global<Context> Shell::evaluation_context_; member in class:v8::Shell
913 context = Local<Context>::New(isolate, evaluation_context_);
    [all...]

Completed in 436 milliseconds