Searched defs:AssignmentDeclarationKind (Results 1 – 2 of 2) sorted by relevance
507 [AssignmentDeclarationKind.PrototypeProperty]: true, constant508 [AssignmentDeclarationKind.ObjectDefinePropertyValue]: true, constant509 [AssignmentDeclarationKind.ObjectDefinePrototypeProperty]: true, constant510 [AssignmentDeclarationKind.None]: false, constant511 [AssignmentDeclarationKind.ExportsProperty]: false, constant512 [AssignmentDeclarationKind.ModuleExports]: false, constant513 [AssignmentDeclarationKind.ObjectDefinePropertyExports]: false, constant514 [AssignmentDeclarationKind.Prototype]: true, constant515 [AssignmentDeclarationKind.ThisProperty]: false, constant
5429 (function (AssignmentDeclarationKind) { argument