Home
last modified time | relevance | path

Searched defs:allowComments (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/lib/
Dtsc.js20046 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
20062 function getInternalName(node, allowComments, allowSourceMaps) { argument
20065 function getLocalName(node, allowComments, allowSourceMaps) { argument
20068 function getExportName(node, allowComments, allowSourceMaps) { argument
20071 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
20074 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
20086 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
79016 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
79037 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
79698 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
DtypingsInstaller.js24956 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
24984 function getInternalName(node, allowComments, allowSourceMaps) { argument
24997 function getLocalName(node, allowComments, allowSourceMaps) { argument
25010 function getExportName(node, allowComments, allowSourceMaps) { argument
25020 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
25031 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
25054 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
96526 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
96556 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
97677 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
DtypescriptServices.js25161 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
25189 function getInternalName(node, allowComments, allowSourceMaps) { argument
25202 function getLocalName(node, allowComments, allowSourceMaps) { argument
25215 function getExportName(node, allowComments, allowSourceMaps) { argument
25225 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
25236 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
25259 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
96761 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
Dtypescript.js25161 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
25189 function getInternalName(node, allowComments, allowSourceMaps) { argument
25202 function getLocalName(node, allowComments, allowSourceMaps) { argument
25215 function getExportName(node, allowComments, allowSourceMaps) { argument
25225 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
25236 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
25259 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
96761 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
Dtsserverlibrary.js25161 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
25189 function getInternalName(node, allowComments, allowSourceMaps) { argument
25202 function getLocalName(node, allowComments, allowSourceMaps) { argument
25215 function getExportName(node, allowComments, allowSourceMaps) { argument
25225 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
25236 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
25259 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
96731 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
96761 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
97882 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
Dtsserver.js24967 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
24995 function getInternalName(node, allowComments, allowSourceMaps) { argument
25008 function getLocalName(node, allowComments, allowSourceMaps) { argument
25021 function getExportName(node, allowComments, allowSourceMaps) { argument
25031 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
25042 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
25065 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
96537 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
96567 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
97688 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
/third_party/node/tools/
Dlint-md.mjs10105 function skipSeparationSpace(state, allowComments, checkIndent) { argument