Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h260 void set_end_position(int statement_pos) { in set_end_position() function
Dparser.cc617 scope->set_end_position(source->length()); in DoParseProgram()
1154 scope->set_end_position(top_scope_->end_position()); in ParseSourceElements()
1335 scope->set_end_position(scanner().location().end_pos); in ParseModuleLiteral()
2016 block_scope->set_end_position(scanner().location().end_pos); in ParseScopedBlock()
2586 with_scope->set_end_position(scanner().location().end_pos); in ParseWithStatement()
2734 catch_scope->set_end_position(scanner().location().end_pos); in ParseTryStatement()
2866 for_scope->set_end_position(scanner().location().end_pos); in ParseForStatement()
2918 for_scope->set_end_position(scanner().location().end_pos); in ParseForStatement()
2949 for_scope->set_end_position(scanner().location().end_pos); in ParseForStatement()
2983 for_scope->set_end_position(scanner().location().end_pos); in ParseForStatement()
[all …]
Dliveedit.cc1108 shared_info->set_end_position(end_position); in ReplaceFunctionCode()
1319 info->set_end_position(new_function_end); in PatchFunctionPositions()
Dcompiler.cc768 function_info->set_end_position(lit->end_position()); in SetFunctionInfo()
Dbootstrapper.cc508 empty_function->shared()->set_end_position(source->length()); in CreateEmptyFunction()
Dobjects.h5320 inline void set_end_position(int end_position);
6196 inline void set_end_position(int value);
Dheap.cc2920 share->set_end_position(0); in AllocateSharedFunctionInfo()
2948 message->set_end_position(end_position); in AllocateJSMessageObject()