Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.cc1075 int function_block_pos = scanner_->location().beg_pos; in ParseFunctionLiteral() local
1095 log_->LogFunction(function_block_pos, end_pos, in ParseFunctionLiteral()
Dparser.cc3620 int function_block_pos = scanner().location().beg_pos; in ParseFunctionLiteral() local
3622 FunctionEntry entry = pre_data()->GetFunctionEntry(function_block_pos); in ParseFunctionLiteral()
3627 if (end_pos <= function_block_pos) { in ParseFunctionLiteral()
3632 end_pos - function_block_pos); in ParseFunctionLiteral()