Searched defs:execution_context_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Dast-graph-builder.h49 ContextScope* execution_context() const { return execution_context_; }
53 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; }
126 ContextScope* execution_context_; member in class:v8::internal::compiler::AstGraphBuilder
424 return execution_context_->scope();

Completed in 69 milliseconds