HomeSort by relevance Sort by last modified time
    Searched full:outer_function_scope (Results 1 - 1 of 1) sorted by null

  /external/v8/src/parsing/
pattern-rewriter.cc 145 Scope* outer_function_scope = nullptr; local
147 outer_function_scope = descriptor_->scope->outer_scope();
152 outer_function_scope);
160 outer_function_scope != nullptr
161 ? outer_function_scope

Completed in 155 milliseconds