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 {
475 if (IsTypeof(left) && right->IsStringLiteral() && Token::IsEqualityOp(op)) {
    [all...]
preparser.h 739 bool IsStringLiteral() const {
896 if (expression.IsStringLiteral()) {
902 bool IsStringLiteral() {
    [all...]

Completed in 97 milliseconds