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

  /external/v8/src/interpreter/
bytecode-generator.cc 23 class BytecodeGenerator::ContextScope BASE_EMBEDDED {
25 ContextScope(BytecodeGenerator* generator, Scope* scope,
45 ~ContextScope() {
61 ContextScope* Previous(int depth) {
66 ContextScope* previous = this;
84 ContextScope* outer_;
115 ContextScope* context() const { return context_; }
120 ContextScope* context_;
358 ContextScope* context = generator()->execution_context();
567 ContextScope incoming_context(this, scope(), false)
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 111 class AstGraphBuilder::ContextScope BASE_EMBEDDED {
113 ContextScope(AstGraphBuilder* builder, Scope* scope, Node* context)
122 ~ContextScope() {
133 ContextScope* outer_;
584 ContextScope incoming(this, scope, GetFunctionContext());
600 ContextScope top_context(this, scope, inner_context);
    [all...]

Completed in 854 milliseconds