| /third_party/typescript/tests/baselines/reference/ |
| D | destructuringParameterDeclaration6.js | 8 function a({while}) { } argument 10 function a4([while, for, public]){ } 11 function a5(...while) { } 59 a({ "while": 1 }); property 68 b2({ "while": 1 }); property
|
| D | objectBindingPatternKeywordIdentifiers04.js | 5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
|
| D | objectBindingPatternKeywordIdentifiers02.js | 5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
|
| D | reservedWords.js | 30 "while": 1, property
|
| D | reservedWords3.js | 5 function f4(while) {} argument
|
| D | reservedWords2.js | 31 var _a = { "while": 1, "return": 2 }, = _a["while"], = _a["return"]; property
|
| D | convertKeywordsYes.js | 382 "while": 0, property
|
| /third_party/rust/rust/tests/ui/parser/ |
| D | keyword-while-as-identifier.rs | 4 let while = "foo"; //~ error: expected identifier, found keyword `while` in main() localVariable
|
| /third_party/rust/rust/src/tools/rust-analyzer/editors/code/ |
| D | rustdoc.markdown.injection.tmGrammar.json | 16 "while": "^\\s*//(/|!)", string
|
| /third_party/typescript/tests/cases/compiler/ |
| D | convertKeywordsYes.ts | 170 while; property 227 public while = 0; property in bigClass 286 while, enumerator
|
| /third_party/protobuf/java/kotlin/src/test/proto/com/google/protobuf/ |
| D | evil_names_proto2.proto | 61 optional int32 while = 1; field
|
| /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/lzma/Asm/x86/ |
| D | 7zCrcOpt.asm | 202 while unr_index lt UNROLL_CNT label
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_message_lower.proto | 73 message while {} message
|
| D | test_reserved_enum_value_lower.proto | 74 while = 65; enumerator
|
| D | test_reserved_enum_lower.proto | 73 enum while { ZERO66 = 0; } enum
|
| /third_party/python/Doc/reference/ |
| D | compound_stmts.rst | 106 .. _while: target in The :keyword:`!if` statement
|
| /third_party/protobuf/src/google/protobuf/compiler/cpp/ |
| D | test_bad_identifiers.proto | 147 enum while { // NO_PROTO3 enum
|
| /third_party/python/Lib/idlelib/ |
| D | editor.py | 1632 'while', 'with')):
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 8796 …VariablesHoistedInParameters = 1 << 1 // a temp variable was hoisted while visiting a parameter li… enumerator
|