Home
last modified time | relevance | path

Searched defs:UncatchableErrorHandler (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h101 using UncatchableErrorHandler = std::function<void(panda::TryCatch&)>; variable
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1138 using UncatchableErrorHandler = std::function<void(panda::TryCatch&)>; variable