Home
last modified time | relevance | path

Searched refs:isVariableStatementOfTypeScriptClassWrapper (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Des2015.ts2140 function isVariableStatementOfTypeScriptClassWrapper(node: VariableStatement) { function
2149 …clarationList.flags & NodeFlags.BlockScoped) === 0 && !isVariableStatementOfTypeScriptClassWrapper
/third_party/typescript/lib/
Dtsc.js87837 function isVariableStatementOfTypeScriptClassWrapper(node) { function
87845 …oopState && (node.declarationList.flags & 3) === 0 && !isVariableStatementOfTypeScriptClassWrapper
DtypingsInstaller.js104947 function isVariableStatementOfTypeScriptClassWrapper(node) { function
104955 …nList.flags & 3 /* NodeFlags.BlockScoped */) === 0 && !isVariableStatementOfTypeScriptClassWrapper