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

  /external/v8/src/
preparser.h 119 bool allow_natives_syntax,
130 allow_natives_syntax_(allow_natives_syntax),
145 bool allow_natives_syntax = (flags & i::kAllowNativesSyntax) != 0; local
148 allow_natives_syntax, allow_modules).PreParse();
flag-definitions.h 390 DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
  /external/chromium_org/v8/src/
preparser.h 138 bool allow_natives_syntax() const { return allow_natives_syntax_; } function in class:v8::preparser::PreParser
flag-definitions.h 553 DEFINE_bool(allow_natives_syntax, false, "allow natives syntax")
    [all...]
parser.h 435 bool allow_natives_syntax() const { return allow_natives_syntax_; } function in class:v8::internal::BASE_EMBEDDED
parser.cc 637 if (allow_natives_syntax() ||
    [all...]
  /external/chromium_org/v8/test/cctest/
test-debug.cc 6172 bool allow_natives_syntax = i::FLAG_allow_natives_syntax; local
    [all...]
  /external/v8/test/cctest/
test-debug.cc 6031 bool allow_natives_syntax = i::FLAG_allow_natives_syntax; local
    [all...]

Completed in 605 milliseconds