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

  /external/v8/src/ast/
ast.cc 56 bool Expression::IsStringLiteral() const {
649 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {
    [all...]
  /external/v8/src/parsing/
preparser.h 223 bool IsStringLiteral() const {
385 if (expression.IsStringLiteral()) {
391 bool IsStringLiteral() {
    [all...]

Completed in 56 milliseconds