Home
last modified time | relevance | path

Searched refs:stringLiteral (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/webkit/fast/js/
Dnumeric-escapes-in-string-literals-expected.txt29 PASS eval(stringLiteral) is nonStrictResult
30 PASS eval(stringLiteral) is strictResult
31 PASS eval(stringLiteral) is nonStrictResult
32 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
33 PASS eval(stringLiteral) is nonStrictResult
34 PASS eval(stringLiteral) threw exception SyntaxError: Octal literals are not allowed in strict mode…
35 PASS eval(stringLiteral) is nonStrictResult
36 FAIL eval(stringLiteral) should throw an exception. Was 8.
37 PASS eval(stringLiteral) is nonStrictResult
38 FAIL eval(stringLiteral) should throw an exception. Was 9.
[all …]
Dnumeric-escapes-in-string-literals.js30 stringLiteral = '"' + _stringLiteral + '"';
34 stringLiteral = '"use strict"; ' + stringLiteral;
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
DStringLiteral.java26 return new StringLiteral(value, stringLiteral(value)); in forValue()
30 private static String stringLiteral(String value) { in stringLiteral() method in StringLiteral
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp349 REGISTER_MATCHER(stringLiteral); in RegistryMaps()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h1472 StringLiteral> stringLiteral; variable
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp2311 StatementMatcher Literal = stringLiteral(); in TEST()