Home
last modified time | relevance | path

Searched defs:parenthesizerRule (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Demitter.ts2377 const parenthesizerRule = node.operator === SyntaxKind.ReadonlyKeyword ? constant
2800 const parenthesizerRule = side === "left" ? constant
/third_party/typescript/lib/
Dtsc.js17629parenthesizerRule = function (node) { return parenthesizeLeftSideOfBinary(operatorKind, node); }; function
17638parenthesizerRule = function (node) { return parenthesizeRightSideOfBinary(operatorKind, undefined… function
95875 function emit(node, parenthesizerRule) { argument
95887 function emitExpression(node, parenthesizerRule) { argument
95903 function pipelineEmit(emitHint, node, parenthesizerRule) { argument
98476 function emitInitializer(node, equalCommentStartPos, container, parenthesizerRule) { argument
98496 function emitExpressionWithLeadingSpace(node, parenthesizerRule) { argument
98588 function emitList(parentNode, children, format, parenthesizerRule, start, count) { argument
98591 function emitExpressionList(parentNode, children, format, parenthesizerRule, start, count) { argument
98594 function emitNodeList(emit, parentNode, children, format, parenthesizerRule, start, count) { argument
[all …]
DtypingsInstaller.js22034parenthesizerRule = function (node) { return parenthesizeLeftSideOfBinary(operatorKind, node); }; function
22043parenthesizerRule = function (node) { return parenthesizeRightSideOfBinary(operatorKind, /*leftSid… function
116058 function emit(node, parenthesizerRule) { argument
116070 function emitExpression(node, parenthesizerRule) { argument
116086 function pipelineEmit(emitHint, node, parenthesizerRule) { argument
118844 function emitInitializer(node, equalCommentStartPos, container, parenthesizerRule) { argument
118864 function emitExpressionWithLeadingSpace(node, parenthesizerRule) { argument
118956 function emitList(parentNode, children, format, parenthesizerRule, start, count) { argument
118959 function emitExpressionList(parentNode, children, format, parenthesizerRule, start, count) { argument
118962 function emitNodeList(emit, parentNode, children, format, parenthesizerRule, start, count) { argument
[all …]