Searched refs:represented_function_ (Results 1 – 2 of 2) sorted by relevance
139 return represented_function_ != nullptr && in IsAnonymousFunctionDefinition()140 represented_function_->raw_name()->length() == 0; in IsAnonymousFunctionDefinition()
481 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