| /third_party/typescript/tests/baselines/reference/ |
| D | destructuringParameterDeclaration6.js | 10 function a4([while, for, public]){ } 11 function a5(...while) { } 59 a({ "while": 1 }); property 68 b2({ "while": 1 }); property
|
| D | objectBindingPatternKeywordIdentifiers02.js | 5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
|
| D | objectBindingPatternKeywordIdentifiers04.js | 5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
|
| D | reservedWords3.js | 5 function f4(while) {} argument
|
| D | reservedWords.js | 30 "while": 1, property
|
| D | reservedWords2.js | 31 var _a = { "while": 1, "return": 2 }, = _a["while"], = _a["return"]; property
|
| /third_party/typescript/tests/cases/compiler/ |
| D | convertKeywordsYes.ts | 170 while; property 227 public while = 0; property in bigClass 286 while, enumerator
|
| /third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/ |
| D | propertyNamesOfReservedWords.ts | 63 while; property in C 132 while; property 271 while, enumerator
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| D | parserindenter.ts | 469 while (pos < totalIndentSize) { method in Indenter
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 68 while = 62; enumerator
|
| D | test_reserved_message_lower.proto | 67 message while {} message
|
| D | test_reserved_enum_lower.proto | 67 enum while { ZERO63 = 0; } enum
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | cpp_test_bad_identifiers.proto | 149 enum while { // NO_PROTO3 enum
|
| /third_party/python/Doc/reference/ |
| D | compound_stmts.rst | 106 .. _while: target in The :keyword:`!if` statement
|
| /third_party/python/Lib/idlelib/ |
| D | editor.py | 1632 'while', 'with')):
|