Searched refs:in_local_scope_ (Results 1 – 2 of 2) sorted by relevance
73 void EnterLocalScope() { in_local_scope_ = true; } in EnterLocalScope()74 void EnterGlobalScope() { in_local_scope_ = false; } in EnterGlobalScope()152 bool in_local_scope_; variable
32 in_local_scope_(false), in AsmJsScanner()251 if (!in_local_scope_) { in ConsumeIdentifier()263 } else if (in_local_scope_) { in ConsumeIdentifier()