Searched refs:set_end_position (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dparser.cc834 top_scope->set_end_position(source->length());
836 eval_scope->set_end_position(source->length());
1106 scope->set_end_position(scope_->end_position());
1288 scope->set_end_position(scanner()->location().end_pos);
2050 block_scope->set_end_position(scanner()->location().end_pos);
2618 with_scope->set_end_position(scanner()->location().end_pos);
2759 catch_scope->set_end_position(scanner()->location().end_pos);
3088 inner_scope->set_end_position(scanner()->location().end_pos);
3144 for_scope->set_end_position(scanner()->location().end_pos);
3206 for_scope->set_end_position(scanne
[all...]
H A Dscopes.h247 void set_end_position(int statement_pos) { function in class:v8::internal::Scope
H A Dliveedit.cc1221 shared_info->set_end_position(end_position);
1429 info->set_end_position(new_function_end);
H A Dfactory.cc1946 message->set_end_position(end_position);
1989 share->set_end_position(0);
H A Dpreparser.h957 void set_end_position(int position) {} function in class:v8::internal::PreParserScope
2678 scope->set_end_position(scanner()->location().end_pos);
H A Dcompiler.cc585 function_info->set_end_position(lit->end_position());
H A Dobjects.h6714 inline void set_end_position(int end_position);
7670 inline void set_end_position(int value);
H A Dbootstrapper.cc536 empty_function->shared()->set_end_position(source->length());
H A Druntime.cc2967 target_shared->set_end_position(source_shared->end_position());

Completed in 1756 milliseconds