Home
last modified time | relevance | path

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

/external/v8/src/
Dpreparser.cc825 bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, in ParseFunctionLiteral() argument
Dparser.cc3438 bool name_is_strict_reserved, FunctionKind kind, int function_token_pos, in ParseFunctionLiteral() argument
3450 int pos = function_token_pos == RelocInfo::kNoPosition in ParseFunctionLiteral()
3451 ? peek_position() : function_token_pos; in ParseFunctionLiteral()
3692 function_literal->set_function_token_position(function_token_pos); in ParseFunctionLiteral()
Dpreparser.h1523 bool name_is_strict_reserved, FunctionKind kind, int function_token_pos,