Searched defs:cases (Results 1 – 14 of 14) sorted by relevance
18 ### 2.1 Options61 ### 2.2 Run all the test cases67 ### 2.3 Run `es51` related test cases75 ### 2.4 Run `es2015` related test cases76 #### 2.4.1 only include use cases for ES201580 #### 2.4.2 Contains all use cases for ES5 and ES201585 ### 2.5 Run single test case91 ### 2.6 Run all the test cases under specified directory97 ### 2.7 Run single test case with other engines. Take d8 as an example102 ### 2.8 Run single test case with `babel` conversion[all …]
44 SwitchStatementBuilder &SetCases(ArenaVector<SwitchCaseStatement *> cases) in SetCases()50 SwitchStatementBuilder &AddCases(SwitchCaseStatement *cases) in AddCases()
42 ArenaVector<SwitchCaseStatement *> &&cases) in SwitchStatement()
39 explicit SwitchStatement(Expression *discriminant, ArenaVector<SwitchCaseStatement *> &&cases) in SwitchStatement()
143 def switch(expr, cases) argument
162 def switch(expr, cases) argument
317 ark::ArenaVector<ark::es2panda::ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in TEST_F() local
531 std::vector<std::pair<int64_t, BB *>> cases; variable
234 "cases": { object
1142 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local
570 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
1779 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local
1710 void ETSChecker::CheckForSameSwitchCases(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckForSameSwitchCases()