Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts827 const isLazyCreate: boolean = checkLazyCreate(node, nameResult);
904 function checkLazyCreate(node: ts.ExpressionStatement, nameResult: NameResult): boolean { function