HomeSort by relevance Sort by last modified time
    Searched refs:IsDirectEvalCall (Results 1 - 3 of 3) sorted by null

  /external/v8/src/parsing/
preparser.h 254 bool IsDirectEvalCall() const {
671 static bool IsDirectEvalCall(PreParserExpression expression) {
672 return expression.IsDirectEvalCall();
    [all...]
parser.h 375 bool IsDirectEvalCall(Expression* expression) {
    [all...]
parser-base.h     [all...]

Completed in 51 milliseconds