Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.h30 bool enableLog, bool enableTypeLog, in TSHCRLowering()
Dpass.h292 bool enableTypeLog = data->GetLog()->GetEnableMethodLog() && data->GetLog()->OutputType(); in Run() local
/arkcompiler/ets_frontend/ts2panda/src/
DcmdOptions.ts325 static enableTypeLog(): boolean { method in CmdOptions