Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc136 Scope* top_scope_; member in v8::internal::Parser
1146 prev_scope_(parser->top_scope_), in LexicalScope()
1148 parser_->top_scope_ = scope; in LexicalScope()
1153 parser_->top_scope_ = prev_scope_; in ~LexicalScope()
1196 top_scope_(NULL), in Parser()
1252 { Scope* scope = factory()->NewScope(top_scope_, type, inside_with()); in ParseProgram()
1261 top_scope_, in ParseProgram()
1308 factory()->NewScope(top_scope_, Scope::GLOBAL_SCOPE, inside_with()); in ParseLazy()
1349 Scope* scope = factory()->NewScope(top_scope_, Scope::GLOBAL_SCOPE, false); in ParseJson()
1359 top_scope_, in ParseJson()
[all …]