Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_build.ts1439 : [createIfCreate(), createIfBranchId(id), thenStatement, createIfPop()],
1500 containerStatements = [createIfBranchId(id), ...container.statements];
1519 function createIfBranchId(id: number): ts.ExpressionStatement { function