Home
last modified time | relevance | path

Searched refs:needsParentheses (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/refactors/
DaddOrRemoveBracesToArrowFunction.ts74 …body = needsParentheses(actualExpression) ? factory.createParenthesizedExpression(actualExpression…
/third_party/typescript/src/services/codefixes/
DreturnValueCorrect.ts219 …const newBody = (withParen || needsParentheses(expression)) ? factory.createParenthesizedExpressio…
/third_party/typescript/src/services/
Dutilities.ts2478 export function needsParentheses(expression: Expression) { function
/third_party/typescript/lib/
Dtsserver.js117577 function needsParentheses(expression) { function
117580 ts.needsParentheses = needsParentheses;
139739 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
147384 …body = ts.needsParentheses(actualExpression) ? ts.factory.createParenthesizedExpression(actualExpr…
DtypescriptServices.js118146 function needsParentheses(expression) { function
118149 ts.needsParentheses = needsParentheses;
140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
147953 …body = ts.needsParentheses(actualExpression) ? ts.factory.createParenthesizedExpression(actualExpr…
Dtsserverlibrary.js118146 function needsParentheses(expression) { function
118149 ts.needsParentheses = needsParentheses;
140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
147953 …body = ts.needsParentheses(actualExpression) ? ts.factory.createParenthesizedExpression(actualExpr…
Dtypescript.js118146 function needsParentheses(expression) { function
118149 ts.needsParentheses = needsParentheses;
140308 …var newBody = (withParen || ts.needsParentheses(expression)) ? ts.factory.createParenthesizedExpre…
147953 …body = ts.needsParentheses(actualExpression) ? ts.factory.createParenthesizedExpression(actualExpr…