Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_exceptions.cpp24 void SetException(JSThread *thread, JSObject *error) in SetException() function
Djs_thread.cpp83 void JSThread::SetException(JSTaggedValue exception) in SetException() function in panda::ecmascript::JSThread
/ark/runtime_core/runtime/include/
Dmanaged_thread.h97 void SetException(ObjectHeader *exception) in SetException() function
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_api.cpp145 void DebuggerApi::SetException(const EcmaVM *ecmaVm, Local<JSValueRef> exception) in SetException() function in panda::ecmascript::tooling::DebuggerApi
/ark/js_runtime/ecmascript/tooling/base/
Dpt_types.h473 ExceptionDetails &SetException(std::unique_ptr<RemoteObject> exception) in SetException() function