Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
DcompilerDriver.ts261 pandaGen.setSourceCode(node.getText());
313 pandaGen.setSourceCode(node.getText());
Ddebuginfo.ts366 pandaGen.setSourceCode(node.text);
Dpandagen.ts345 public setSourceCode(code: string) { method in PandaGen