Home
last modified time | relevance | path

Searched defs:emitResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DDeclgen.ts31 emitResult: ts.EmitResult; property
65 const emitResult = program.emit(undefined, undefined, undefined, true, { constant
DTestRunner.ts130 const { emitResult, checkResult } = declgen.run(); constant
/arkcompiler/ets_frontend/es2panda/aot/
Dmain.cpp123 bool emitResult = true; in GenerateProgramsByWorkers() local