Home
last modified time | relevance | path

Searched defs:assignmentKind (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts2725 const assignmentKind = getAssignmentDeclarationKind(node as CallExpression); constant
/third_party/typescript/lib/
Dtsc.js69255 function isAssignmentToReadonlyEntity(expr, symbol, assignmentKind) { argument