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

  /external/chromium_org/v8/test/cctest/compiler/
test-run-deopt.cc 31 FLAG_allow_natives_syntax = true;
48 FLAG_allow_natives_syntax = true;
67 FLAG_allow_natives_syntax = true;
test-run-jscalls.cc 136 FLAG_allow_natives_syntax = true;
150 FLAG_allow_natives_syntax = true;
160 FLAG_allow_natives_syntax = true;
173 FLAG_allow_natives_syntax = true;
190 FLAG_allow_natives_syntax = true;
test-codegen-deopt.cc 184 FLAG_allow_natives_syntax = true;
205 FLAG_allow_natives_syntax = true;
294 FLAG_allow_natives_syntax = true;
function-tester.h 31 function((FLAG_allow_natives_syntax = true, NewFunction(source))),
  /external/chromium_org/v8/test/cctest/
test-deoptimization.cc 57 allow_natives_syntax_(i::FLAG_allow_natives_syntax),
60 i::FLAG_allow_natives_syntax = true;
65 i::FLAG_allow_natives_syntax = allow_natives_syntax_;
82 : allow_natives_syntax_(i::FLAG_allow_natives_syntax),
84 i::FLAG_allow_natives_syntax = true;
89 i::FLAG_allow_natives_syntax = allow_natives_syntax_;
test-heap.cc     [all...]
test-date.cc 173 FLAG_allow_natives_syntax = true;
test-compiler.cc 291 i::FLAG_allow_natives_syntax = true;
369 FLAG_allow_natives_syntax = true;
test-parsing.cc     [all...]
test-api.cc     [all...]
test-debug.cc     [all...]
test-strings.cc     [all...]
test-heap-profiler.cc     [all...]
  /external/chromium_org/v8/src/
parser.cc 774 set_allow_natives_syntax(FLAG_allow_natives_syntax || info->is_native());
    [all...]

Completed in 1367 milliseconds