Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp130 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException() function in panda::ecmascript::tooling::DebuggerExecutor
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp389 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi