Searched refs:in_local_scope_ (Results 1 – 2 of 2) sorted by relevance
72 void EnterLocalScope() { in_local_scope_ = true; } in EnterLocalScope()73 void EnterGlobalScope() { in_local_scope_ = false; } in EnterGlobalScope()148 bool in_local_scope_; variable
31 in_local_scope_(false), in AsmJsScanner()250 if (!in_local_scope_) { in ConsumeIdentifier()262 } else if (in_local_scope_) { in ConsumeIdentifier()