Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_ui_syntax.ts130 export let contextGlobal: ts.TransformationContext; variable
140 contextGlobal = context;
638 bodynode = ts.visitEachChild(node.body, traverseExtendExpression, contextGlobal);
670 return ts.visitEachChild(node, traverseExtendExpression, contextGlobal);
Dprocess_component_build.ts160 contextGlobal,
2328 changeEtsComponentKind, contextGlobal);
2339 return ts.visitEachChild(node, changeEtsComponentKind, contextGlobal);