Home
last modified time | relevance | path

Searched defs:while (Results 1 – 21 of 21) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DdestructuringParameterDeclaration6.js8 function a({while}) { } argument
10 function a4([while, for, public]){ }
11 function a5(...while) { }
59 a({ "while": 1 }); property
68 b2({ "while": 1 }); property
DobjectBindingPatternKeywordIdentifiers04.js5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
DobjectBindingPatternKeywordIdentifiers02.js5 var _a = { "while": 1 }, = _a["while"], = _a["while"]; property
DreservedWords.js30 "while": 1, property
DreservedWords3.js5 function f4(while) {} argument
DreservedWords2.js31 var _a = { "while": 1, "return": 2 }, = _a["while"], = _a["return"]; property
DconvertKeywordsYes.js382 "while": 0, property
/third_party/rust/rust/tests/ui/parser/
Dkeyword-while-as-identifier.rs4 let while = "foo"; //~ error: expected identifier, found keyword `while` in main() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/editors/code/
Drustdoc.markdown.injection.tmGrammar.json16 "while": "^\\s*//(/|!)", string
/third_party/typescript/tests/cases/compiler/
DconvertKeywordsYes.ts170 while; property
227 public while = 0; property in bigClass
286 while, enumerator
/third_party/protobuf/java/kotlin/src/test/proto/com/google/protobuf/
Devil_names_proto2.proto61 optional int32 while = 1; field
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts63 while; property in C
132 while; property
271 while, enumerator
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts469 while (pos < totalIndentSize) { method in Indenter
/third_party/lzma/Asm/x86/
D7zCrcOpt.asm202 while unr_index lt UNROLL_CNT label
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto73 message while {} message
Dtest_reserved_enum_value_lower.proto74 while = 65; enumerator
Dtest_reserved_enum_lower.proto73 enum while { ZERO66 = 0; } enum
/third_party/python/Doc/reference/
Dcompound_stmts.rst106 .. _while: target in The :keyword:`!if` statement
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dtest_bad_identifiers.proto147 enum while { // NO_PROTO3 enum
/third_party/python/Lib/idlelib/
Deditor.py1632 'while', 'with')):
/third_party/typescript/src/compiler/
Dtypes.ts8796 …VariablesHoistedInParameters = 1 << 1 // a temp variable was hoisted while visiting a parameter li… enumerator