Home
last modified time | relevance | path

Searched defs:createLexEnv (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/base/
DlexEnv.ts28 function createLexEnv(pandaGen: PandaGen, scope: VariableScope): IRNode[] { function
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts557 createLexEnv(node: ts.Node, scope: VariableScope | LoopScope) { method in PandaGen