Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h5174 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement() local
5177 BlockState block_state(&scope_, with_scope); in ParseWithStatement()
5178 with_scope->set_start_position(scanner()->peek_location().beg_pos); in ParseWithStatement()
5180 with_scope->set_end_position(scanner()->location().end_pos); in ParseWithStatement()
5182 return factory()->NewWithStatement(with_scope, expr, body, pos); in ParseWithStatement()