• Home
  • Raw
  • Download

Lines Matching defs:node

18 function getSymbol(node) {  argument
26 function getTextOfIdentifierOrLiteral(node) { argument
46 function createDiagnosticForNode(node, message, ...args) { argument
58 function isEffectiveStrictModeSourceFile(node, compilerOptions) { argument
62 function getErrorSpanForNode(sourceFile, node) { argument
70 function getContainingClass(node) { argument
74 function declarationNameToString(node) { argument
78 function getContainingFunction(node) { argument
82 function isPrologueDirective(node) { argument
86 function getSourceTextOfNodeFromSourceFile(sourceFile, node, includeTrivia) { argument
90 function isAssignmentTarget(node) { argument
94 function getSourceFileOfNode(node) { argument
98 function isIterationStatement(node, lookInLabeledStatements) { argument
102 function getTextOfNode(node, includeTrivia) { argument
106 function nodePosToString(node) { argument
110 function getContainingFunctionDeclaration(node) { argument
118 function getNewTargetContainer(node) { argument
122 function isVarConst(node) { argument
126 function isLet(node) { argument
130 function nodeCanBeDecorated(node) { argument
134 function nodeIsPresent(node) { argument
146 function hasSyntacticModifier(node, flag) { argument
150 function isAmbientModule(node) { argument
154 function isKeyword(node) { argument
158 function getThisContainer(node) { argument
162 function getEnclosingBlockScopeContainer(node) { argument
166 function findAncestor(node, callback) { argument
170 function isBlockScope(node, parentNode) { argument
174 function isIdentifierName(node) { argument
182 function isInTopLevelContext(node) { argument
186 function isExternalOrCommonJsModule(node) { argument
190 function skipParentheses(node) { argument
194 function getImmediatelyInvokedFunctionExpression(node) { argument
198 function hasQuestionToken(node) { argument
206 function isFunctionBlock(node) { argument
210 function isFunctionLike(node) { argument
214 function getSuperContainer(node, stopOnFunctions) { argument
218 function getClassExtendsHeritageElement(node) { argument
222 function hasStaticModifier(node) { argument
226 function skipOuterExpressions(node, kinds) { argument
230 function isSuperCall(node) { argument
234 function isThisIdentifier(node) { argument
238 function isThisProperty(node) { argument
242 function isSuperProperty(node) { argument