Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DasyncGeneratorFunctionBuilder.ts172 pg.branchIfNotUndefined(node, callMethod);
194 pg.branchIfNotUndefined(node, callMethod);
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts818 branchIfNotUndefined(node: ts.Node, target: Label): void { method in PandaGen