Searched refs:with_scope (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/v8/src/ |
D | preparser.cc | 587 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseWithStatement() local 588 BlockState block_state(&scope_, &with_scope); in ParseWithStatement() 762 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseTryStatement() local 763 BlockState block_state(&scope_, &with_scope); in ParseTryStatement()
|
D | scopes.cc | 199 Scope* with_scope = new(zone) Scope(current_scope, in DeserializeScopeChain() local 203 current_scope = with_scope; in DeserializeScopeChain()
|
D | parser.cc | 2519 Scope* with_scope = NewScope(scope_, WITH_SCOPE); in ParseWithStatement() local 2521 { BlockState block_state(&scope_, with_scope); in ParseWithStatement() 2522 with_scope->set_start_position(scanner()->peek_location().beg_pos); in ParseWithStatement() 2524 with_scope->set_end_position(scanner()->location().end_pos); in ParseWithStatement() 2526 return factory()->NewWithStatement(with_scope, expr, stmt, pos); in ParseWithStatement()
|