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

  /external/chromium_org/v8/src/
ast.cc 41 bool Expression::IsStringLiteral() const {
482 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {
    [all...]
preparser.h 587 bool IsStringLiteral() { return (code_ & kStringLiteralFlag) != 0; }
684 if (expression.IsStringLiteral()) {
690 bool IsStringLiteral() {
    [all...]

Completed in 213 milliseconds