Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser.cc3741 AstConsString* cons_name = nullptr; in SetFunctionName() local
3744 cons_name = ast_value_factory()->NewConsString(prefix, name); in SetFunctionName()
3746 cons_name = ast_value_factory()->NewConsString(name); in SetFunctionName()
3751 function->set_raw_name(cons_name); in SetFunctionName()