Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc361 size_t name_byte_length = 0; in ParseFunctionLiteral() local
365 name_byte_length = string->byte_length(); in ParseFunctionLiteral()
369 function_scope->end_position(), name, name_byte_length); in ParseFunctionLiteral()