Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc165 return represented_function_ != nullptr && in IsAnonymousFunctionDefinition()
166 represented_function_->raw_name()->length() == 0; in IsAnonymousFunctionDefinition()
Dast.h486 FunctionLiteral* represented_function() { return represented_function_; } in represented_function()
488 represented_function_ = f; in set_represented_function()
499 represented_function_(nullptr) { in DoExpression()
508 FunctionLiteral* represented_function_; variable