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

  /external/v8/src/parsing/
preparser.h 237 bool IsThisProperty() const {
655 static bool IsThisProperty(PreParserExpression expression) {
656 return expression.IsThisProperty();
    [all...]
parser.cc 358 bool ParserTraits::IsThisProperty(Expression* expression) {
    [all...]

Completed in 53 milliseconds