Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.cpp70 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
/third_party/node/deps/v8/src/api/
Dapi.cc8490 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) { in ThrowException() function in v8::Isolate