Searched refs:with_scope (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | preparser.cc | 614 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseWithStatement() local 615 BlockState block_state(&scope_, &with_scope); in ParseWithStatement() 788 PreParserScope with_scope(scope_, WITH_SCOPE); in ParseTryStatement() local 789 BlockState block_state(&scope_, &with_scope); in ParseTryStatement()
|
D | scopes.cc | 195 Scope* with_scope = new(zone) Scope(current_scope, in DeserializeScopeChain() local 200 current_scope = with_scope; in DeserializeScopeChain()
|
D | parser.cc | 2613 Scope* with_scope = NewScope(scope_, WITH_SCOPE); in ParseWithStatement() local 2615 { BlockState block_state(&scope_, with_scope); in ParseWithStatement() 2616 with_scope->set_start_position(scanner()->peek_location().beg_pos); in ParseWithStatement() 2618 with_scope->set_end_position(scanner()->location().end_pos); in ParseWithStatement() 2620 return factory()->NewWithStatement(with_scope, expr, stmt, pos); in ParseWithStatement()
|