Searched defs:cases (Results 1 – 16 of 16) 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 …]
38 SwitchStatementBuilder &SetCases(ArenaVector<SwitchCaseStatement *> cases) in SetCases()44 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
160 def switch(expr, cases) argument
465 std::vector<std::pair<int64_t, BB *>> cases; variable
337 ark::ArenaVector<ark::es2panda::ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in TEST_F() local
1675 void ETSChecker::CheckForSameSwitchCases(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckForSameSwitchCases()1727 void ETSChecker::CheckItemCasesConstant(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckItemCasesConstant()1772 void ETSChecker::CheckItemCasesDuplicate(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckItemCasesDuplicate()
234 "cases": { object
1279 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local
440 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
1794 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local