Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.cc139 return represented_function_ != nullptr && in IsAnonymousFunctionDefinition()
140 represented_function_->raw_name()->length() == 0; in IsAnonymousFunctionDefinition()
Dast.h481 FunctionLiteral* represented_function() { return represented_function_; } in represented_function()
483 represented_function_ = f; in set_represented_function()
497 represented_function_(nullptr) { in DoExpression()
506 FunctionLiteral* represented_function_; variable