Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dbinder.ts3424 const instanceState = getModuleInstanceState(node); constant
3425 …return instanceState === ModuleInstanceState.Instantiated || (instanceState === ModuleInstanceStat…
/third_party/typescript/lib/
DtypingsInstaller.js50193 var instanceState = getModuleInstanceState(node);
50194 …return instanceState === 1 /* ModuleInstanceState.Instantiated */ || (instanceState === 2 /* Modul…
Dtsc.js41447 var instanceState = getModuleInstanceState(node);
41448 … return instanceState === 1 || (instanceState === 2 && ts.shouldPreserveConstEnums(options));