Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Decma_context.cpp30 …void CheckHasPendingException([[maybe_unused]] EcmaContext *ecmaContext, [[maybe_unused]] JSThread… in CheckHasPendingException()
/arkcompiler/ets_runtime/ecmascript/platform/common/
Decma_context.cpp26 void CheckHasPendingException([[maybe_unused]] EcmaContext *ecmaContext, [[maybe_unused]] JSThread … in CheckHasPendingException()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp380 void Jit::ClearTask(EcmaContext *ecmaContext) in ClearTask()