Home
last modified time | relevance | path

Searched defs:switch (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DreservedWords2.ts8 var {this, switch: { continue} } = { this: 1, switch: { continue: 2 }}; variable
DunionOfClassCalls.ts13 switch (tmp.get('t')) { method in Test
DconvertKeywordsYes.ts162 switch; property
219 public switch = 0; property in bigClass
278 switch, enumerator
DconvertClassExpressionToFunctionFromObjectProperty2.ts90 switch: class { constant
/third_party/typescript/tests/baselines/reference/
DreservedWords2.js33 var _b = { "this": 1, "switch": { "continue": 2 } }, = _b["this"], = _b["switch"]["continue"]; property
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts50 switch; property in C
119 switch; property
189 switch; variable
258 switch, enumerator
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto60 message switch {} message
Dtest_reserved_enum_value_lower.proto61 switch = 55; enumerator
Dtest_reserved_enum_lower.proto60 enum switch { ZERO56 = 0; } enum
/third_party/libinput/test/
Dtest-switch.c1380 TEST_COLLECTION(switch) in TEST_COLLECTION() argument
/third_party/python/Lib/test/
Dtest_compileall.py566 def f(self, ext=ext, switch=switch): argument
/third_party/typescript/src/compiler/
Dscanner.ts140 switch: SyntaxKind.SwitchKeyword, constant