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

  /external/v8/src/interpreter/
bytecode-generator.h 186 inline ContextScope* execution_context() const { return execution_context_; }
188 execution_context_ = context;
213 ContextScope* execution_context_; member in class:v8::internal::interpreter::final
  /external/v8/src/compiler/
ast-graph-builder.h 91 ContextScope* execution_context_; member in class:v8::internal::compiler::AstGraphBuilder
138 ContextScope* execution_context() const { return execution_context_; }
158 void set_execution_context(ContextScope* ctx) { execution_context_ = ctx; }

Completed in 1603 milliseconds