Home
last modified time | relevance | path

Searched defs:cases (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/test262/
DREADME.md18 ### 2.1 Options
61 ### 2.2 Run all the test cases
67 ### 2.3 Run `es51` related test cases
75 ### 2.4 Run `es2015` related test cases
76 #### 2.4.1 only include use cases for ES2015
80 #### 2.4.2 Contains all use cases for ES5 and ES2015
85 ### 2.5 Run single test case
91 ### 2.6 Run all the test cases under specified directory
97 ### 2.7 Run single test case with other engines. Take d8 as an example
102 ### 2.8 Run single test case with `babel` conversion
[all …]
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DswitchStatementBuilder.h38 SwitchStatementBuilder &SetCases(ArenaVector<SwitchCaseStatement *> cases) in SetCases()
44 SwitchStatementBuilder &AddCases(SwitchCaseStatement *cases) in AddCases()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DswitchStatement.h42 ArenaVector<SwitchCaseStatement *> &&cases) in SwitchStatement()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DswitchStatement.h40 explicit SwitchStatement(Expression *discriminant, ArenaVector<SwitchCaseStatement *> &&cases) in SwitchStatement()
DswitchStatement.cpp97 ArenaVector<SwitchCaseStatement *> cases(allocator->Adapter()); in Clone() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DSwitchBuilder.ts52 const cases = switchStmtBuilder.cases; constant
DCfgBuilder.ts91 cases: Case[] = []; property in SwitchStatementBuilder
/arkcompiler/runtime_core/libabckit/src/codegen/templates_dynamic/
Dcodegen_dynamic_isapi.rb143 def switch(expr, cases) argument
/arkcompiler/runtime_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb143 def switch(expr, cases) argument
/arkcompiler/runtime_core/libabckit/src/codegen/
Dcodegen_static_isapi.rb160 def switch(expr, cases) argument
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dbytecode_optimizer_isapi.rb162 def switch(expr, cases) argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
Dlmir_builder.h467 std::vector<std::pair<int64_t, BB *>> cases; variable
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_builder_test.cpp336 ark::ArenaVector<ark::es2panda::ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in TEST_F() local
/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Dtest-schema.json234 "cases": { object
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp2092 void ETSChecker::CheckForSameSwitchCases(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckForSameSwitchCases()
2179 void ETSChecker::CheckItemCasesConstant(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckItemCasesConstant()
2236 void ETSChecker::CheckItemCasesDuplicate(ArenaVector<ir::SwitchCaseStatement *> const &cases) in CheckItemCasesDuplicate()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dtest-schema.json234 "cases": { object
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp441 std::vector<std::pair<int64_t, BB *>> &cases) in CreateSwitchInternal()
/arkcompiler/ets_frontend/ets2panda/parser/
DstatementParser.cpp1266 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1794 ArenaVector<ir::SwitchCaseStatement *> cases(Allocator()->Adapter()); in ParseSwitchStatement() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_sample.cpp274 const char16_t * cases[] { in HWTEST_F_L0() local