HomeSort by relevance Sort by last modified time
    Searched defs:IsAnonymousFunctionDefinition (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast.cc 120 bool Expression::IsAnonymousFunctionDefinition() const {
122 AsFunctionLiteral()->IsAnonymousFunctionDefinition()) ||
124 AsDoExpression()->IsAnonymousFunctionDefinition());
137 bool DoExpression::IsAnonymousFunctionDefinition() const {
351 (value_->IsAnonymousFunctionDefinition() ||
    [all...]
ast.h 315 bool IsAnonymousFunctionDefinition() const;
485 bool IsAnonymousFunctionDefinition() const;
    [all...]

Completed in 50 milliseconds