Searched defs:switch (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/tests/cases/compiler/ |
D | reservedWords2.ts | 8 var {this, switch: { continue} } = { this: 1, switch: { continue: 2 }}; variable
|
D | unionOfClassCalls.ts | 13 switch (tmp.get('t')) { method in Test
|
D | convertKeywordsYes.ts | 162 switch; property 219 public switch = 0; property in bigClass 278 switch, enumerator
|
D | convertClassExpressionToFunctionFromObjectProperty2.ts | 90 switch: class { constant
|
/third_party/typescript/tests/baselines/reference/ |
D | reservedWords2.js | 33 var _b = { "this": 1, "switch": { "continue": 2 } }, = _b["this"], = _b["switch"]["continue"]; property
|
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/ |
D | propertyNamesOfReservedWords.ts | 50 switch; property in C 119 switch; property 189 switch; variable 258 switch, enumerator
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_message_lower.proto | 60 message switch {} message
|
D | test_reserved_enum_value_lower.proto | 61 switch = 55; enumerator
|
D | test_reserved_enum_lower.proto | 60 enum switch { ZERO56 = 0; } enum
|
/third_party/libinput/test/ |
D | test-switch.c | 1380 TEST_COLLECTION(switch) in TEST_COLLECTION() argument
|
/third_party/python/Lib/test/ |
D | test_compileall.py | 566 def f(self, ext=ext, switch=switch): argument
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 140 switch: SyntaxKind.SwitchKeyword, constant
|