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

  /external/chromium_org/v8/test/mjsunit/
switch.js 384 function test_switch(clause_type, test_type, feedback, optimize) { function
436 // test_switch(clause_type, test_type, feedback, optimize);
445 test_switch(clause_type, test_type, 'all', opt);
446 test_switch(clause_type, test_type, 'none', opt);
450 test_switch(clause_type, test_type, [value], value, opt);
451 test_switch(clause_type, test_type, value, value, opt);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_token_matcher_unittest.py 47 def test_switch(self): member in class:MainLineProcessorTest
  /external/clang/test/SemaCXX/
array-bounds.cpp 141 void test_switch() { function

Completed in 389 milliseconds