Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
Dconditions.test.ts77 let labels = insns.filter(item => (item instanceof Label)); variable
171 let labels = insns.filter(item => (item instanceof Label)); variable
/arkcompiler/ets_frontend/ts2panda/src/
DassemblyDumper.ts44 private labels: Map<number, string>; // Label.id : Label string name property in AssemblyDumper
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts266 const labels: Label[] = scope.labels; constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DScopeAnalyzer.ts143 labels: Label[]; property
/arkcompiler/ets_frontend/ts2panda/ts2abc/tests/sources/
Dadd.json149 "labels": [], array
/arkcompiler/runtime_core/assembler/
Dassembly-parser.cpp822 std::vector<std::string> labels; in PrepareCatchBlock() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp580 auto labels = function["l"]; in ParseFunctionLabels() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder-inl.h1249 std::vector<Label> labels; in GetPredecessors() local
/arkcompiler/runtime_core/assembler/tests/
Dparser_test.cpp2417 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local
2622 std::vector<std::string> labels {"try_begin", "try_end", "catch_begin"}; in TEST() local