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

/external/chromium_org/v8/src/
H A Dpreparser.cc614 PreParserScope with_scope(scope_, WITH_SCOPE);
615 BlockState block_state(&scope_, &with_scope);
788 PreParserScope with_scope(scope_, WITH_SCOPE);
789 BlockState block_state(&scope_, &with_scope);
H A Dscopes.cc195 Scope* with_scope = new(zone) Scope(current_scope, local
200 current_scope = with_scope;
H A Dparser.cc2613 Scope* with_scope = NewScope(scope_, WITH_SCOPE); local
2615 { BlockState block_state(&scope_, with_scope);
2616 with_scope->set_start_position(scanner()->peek_location().beg_pos);
2618 with_scope->set_end_position(scanner()->location().end_pos);
2620 return factory()->NewWithStatement(with_scope, expr, stmt, pos);

Completed in 318 milliseconds