Searched defs:current_scope (Results 1 – 5 of 5) sorted by relevance
105 struct scope_level *current_scope; member
224 Scope* current_scope = NULL; in DeserializeScopeChain() local
195 RegisterAllocationScope* current_scope = generator()->register_allocator(); in NewRegister() local
762 Scope* current_scope = scope; in SerializeFunctionScope() local
955 Scope* AstGraphBuilder::current_scope() const { in current_scope() function in v8::internal::compiler::AstGraphBuilder