Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp120 void JSThread::SetException(JSTaggedValue exception) in SetException() function in panda::ecmascript::JSThread
/arkcompiler/runtime_core/runtime/include/
Dmanaged_thread.h97 void SetException(ObjectHeader *exception) in SetException() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp176 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/toolchain/tooling/base/
Dpt_types.h517 ExceptionDetails &SetException(std::unique_ptr<RemoteObject> exception) in SetException() function