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

  /external/v8/src/
flag-definitions.h 587 DEFINE_BOOL(allow_natives_syntax, false, "allow natives syntax")
    [all...]
preparser.cc 946 if (!allow_natives_syntax()) {
preparser.h 96 bool allow_natives_syntax() const { return allow_natives_syntax_; } function in class:v8::internal::ParserBase
    [all...]
parser.cc 891 if (allow_natives_syntax() || extension_ != NULL ||
    [all...]
  /external/v8/test/cctest/
test-debug.cc 5923 bool allow_natives_syntax = i::FLAG_allow_natives_syntax; local
    [all...]

Completed in 6763 milliseconds