Home
last modified time | relevance | path

Searched refs:ENABLE_ESM_TRACE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h63 ENABLE_ESM_TRACE = 1 << 24, enumerator
622 return (static_cast<uint32_t>(arkProperties_) & ArkProperties::ENABLE_ESM_TRACE) != 0; in EnableESMTrace()
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3701 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3727 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3801 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3828 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3853 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3890 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()

Completed in 12 milliseconds