Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h486 FunctionLiteral* represented_function() { return represented_function_; } in represented_function() function
/external/v8/src/parsing/
Dparser.cc4163 value->AsDoExpression()->represented_function()->set_raw_name(name); in SetFunctionName()