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 146 bool Expression::IsAnonymousFunctionDefinition() const {
148 AsFunctionLiteral()->IsAnonymousFunctionDefinition()) ||
150 AsDoExpression()->IsAnonymousFunctionDefinition());
163 bool DoExpression::IsAnonymousFunctionDefinition() const {
387 (value_->IsAnonymousFunctionDefinition() ||
    [all...]
ast.h 320 bool IsAnonymousFunctionDefinition() const;
490 bool IsAnonymousFunctionDefinition() const;
    [all...]

Completed in 201 milliseconds