Home
last modified time | relevance | path

Searched defs:SetException (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_napi_env.cpp61 void PandaEtsNapiEnv::SetException(EtsThrowable *thr) in SetException() function in panda::ets::PandaEtsNapiEnv
/arkcompiler/runtime_core/static_core/runtime/include/
Dmanaged_thread.h98 void SetException(ObjectHeader *exception) in SetException() function
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp129 void JSThread::SetException(JSTaggedValue exception) in SetException() function in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp239 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/base/
Dpt_types.h684 ExceptionDetails &SetException(std::unique_ptr<RemoteObject> exception) in SetException() function