Home
last modified time | relevance | path

Searched refs:set_current_scope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.h180 inline void set_current_scope(Scope* scope) { current_scope_ = scope; } in set_current_scope() function
Dbytecode-generator.cc602 generator_->set_current_scope(scope); in CurrentScope()
607 generator_->set_current_scope(outer_scope_); in ~CurrentScope()