Home
last modified time | relevance | path

Searched refs:UncatchableErrorHandler (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h101 using UncatchableErrorHandler = std::function<void(panda::TryCatch&)>; variable
506 void RegisterUncatchableErrorHandler(const UncatchableErrorHandler &uncatchableErrorHandler) in RegisterUncatchableErrorHandler()
686 UncatchableErrorHandler uncatchableErrorHandler_ {nullptr};
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1138 using UncatchableErrorHandler = std::function<void(panda::TryCatch&)>; variable
1168 …static void RegisterUncatchableErrorHandler(EcmaVM *ecmaVm, const UncatchableErrorHandler &handler…
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2878 void JSNApi::RegisterUncatchableErrorHandler(EcmaVM *ecmaVm, const UncatchableErrorHandler &handler) in RegisterUncatchableErrorHandler()