Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp124 void JSThread::SetException(JSTaggedValue exception) in SetException() function in panda::ecmascript::JSThread
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp208 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/base/
Dpt_types.h680 ExceptionDetails &SetException(std::unique_ptr<RemoteObject> exception) in SetException() function