Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc4492 int function_block_pos = scanner().location().beg_pos; in ParseFunctionLiteral() local
4498 entry = pre_data()->GetFunctionEntry(function_block_pos); in ParseFunctionLiteral()
4500 if (entry.end_pos() <= function_block_pos) { in ParseFunctionLiteral()
4510 scope->end_position() - function_block_pos); in ParseFunctionLiteral()
4546 scope->end_position() - function_block_pos); in ParseFunctionLiteral()