HomeSort by relevance Sort by last modified time
    Searched refs:allow_harmony_scoping (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
preparser.cc 192 DCHECK(allow_harmony_scoping());
327 DCHECK(allow_harmony_scoping());
380 if (allow_harmony_scoping() && strict_mode() == STRICT) {
445 if (allow_harmony_scoping()) {
parser.cc 912 if (ok && allow_harmony_scoping() && strict_mode() == STRICT) {
    [all...]
preparser.h 99 bool allow_harmony_scoping() const { return scanner()->HarmonyScoping(); } function in class:v8::internal::ParserBase
    [all...]

Completed in 404 milliseconds