Lines Matching refs:set_start_position
196 function_scope->set_start_position(pos); in DefaultConstructor()
937 scope->set_start_position(0); in DoParseProgram()
1117 scope->set_start_position(shared_info->start_position()); in ParseLazy()
2285 block_scope->set_start_position(scanner()->location().beg_pos); in ParseBlock()
2822 with_scope->set_start_position(scanner()->peek_location().beg_pos); in ParseWithStatement()
2912 cases_scope->set_start_position(scanner()->location().beg_pos); in ParseSwitchStatement()
2999 catch_scope->set_start_position(scanner()->location().beg_pos); in ParseTryStatement()
3013 block_scope->set_start_position(scanner()->location().beg_pos); in ParseTryStatement()
3560 body_scope->set_start_position(scanner()->location().beg_pos); in ParseScopedStatement()
3584 for_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
3684 body_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
3846 inner_scope->set_start_position(scanner()->location().beg_pos); in ParseForStatement()
4223 scope_->set_start_position(start_position); in ParseFunctionLiteral()
4613 param_scope->set_start_position(descriptor.initialization_pos); in BuildParameterInitializationBlock()
4725 inner_scope->set_start_position(scanner()->location().beg_pos); in ParseEagerFunctionBody()
4928 block_scope->set_start_position(scanner()->location().end_pos); in ParseClassLiteral()
4938 block_scope->set_start_position(scanner()->location().end_pos); in ParseClassLiteral()