Home
last modified time | relevance | path

Searched refs:ThrowException (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/test/addons/hello-world/
H A Dbinding.cc25 isolate->ThrowException(exception); in FakeInit()
/third_party/node/src/
H A Dnode_process_methods.cc401 isolate->ThrowException( in DebugProcess()
414 isolate->ThrowException( in DebugProcess()
422 isolate->ThrowException( in DebugProcess()
430 isolate->ThrowException( in DebugProcess()
437 isolate->ThrowException( in DebugProcess()
H A Dnode_errors.h114 isolate->ThrowException( \
190 isolate->ThrowException(code(isolate, message)); \
H A Dstring_decoder.cc40 isolate->ThrowException(node::ERR_STRING_TOO_LONG(isolate)); in MakeString()
56 isolate->ThrowException(error); in MakeString()
H A Denv-inl.h726 isolate()->ThrowException(fun(OneByteString(isolate(), errmsg))); in ThrowError()
733 isolate()->ThrowException( in ThrowErrnoException()
742 isolate()->ThrowException( in ThrowUVException()
H A Dnode_buffer.cc360 isolate->ThrowException(ERR_BUFFER_TOO_LARGE(isolate)); in New()
403 isolate->ThrowException(ERR_BUFFER_TOO_LARGE(isolate)); in Copy()
453 env->isolate()->ThrowException(ERR_BUFFER_TOO_LARGE(env->isolate())); in New()
500 isolate->ThrowException(ERR_BUFFER_TOO_LARGE(isolate)); in New()
564 isolate->ThrowException(error); in StringSlice()
617 env->isolate()->ThrowException(error); in DecodeUTF8()
H A Djs_native_api_v8.cc629 env->isolate->ThrowException(value); in InvokeCallback()
749 env->isolate->ThrowException(value); in NameSetterInvokeCallback()
780 env->isolate->ThrowException(value); in NameGetterInvokeCallback()
812 env->isolate->ThrowException(value); in NameDeleterInvokeCallback()
845 env->isolate->ThrowException(value); in NameEnumeratorInvokeCallback()
880 env->isolate->ThrowException(value); in IndexSetterInvokeCallback()
912 env->isolate->ThrowException(value); in IndexGetterInvokeCallback()
944 env->isolate->ThrowException(value); in IndexDeleterInvokeCallback()
977 env->isolate->ThrowException(value); in IndexEnumeratorInvokeCallback()
3364 isolate->ThrowException(v8imp
[all...]
H A Dnode_os.cc322 env->isolate()->ThrowException(error); in GetUserInfo()
H A Djs_native_api_v8.h132 env->isolate->ThrowException(value); in HandleThrow()
H A Dnode_env_var.cc205 isolate->ThrowException(ERR_STRING_TOO_LONG(isolate)); in Enumerate()
H A Dnode_serdes.cc120 env()->isolate()->ThrowException(error.ToLocalChecked()); in ThrowDataCloneError()
H A Dutil.cc200 isolate->ThrowException(ERR_STRING_TOO_LONG(isolate)); in ThrowErrStringTooLong()
H A Dinspector_agent.cc391 env->isolate()->ThrowException(exception); in ThrowUninitializedInspectorError()
H A Dnode_builtins.cc209 isolate->ThrowException(v8::Exception::Error(message)); in LoadBuiltinSource()
H A Djs_native_api_v8_inspector.cc1035 env->isolate->ThrowException(exception); in ThrowUninitializedInspectorError()
/third_party/node/src/crypto/
H A Dcrypto_hash.cc208 env->isolate()->ThrowException(error); in HashDigest()
356 env->isolate()->ThrowException(error); in InternalVerifyIntegrity()
H A Dcrypto_hmac.cc146 env->isolate()->ThrowException(error); in HmacDigest()
H A Dcrypto_util.cc590 env->isolate()->ThrowException(exception); in SetFipsCrypto()
674 env->isolate()->ThrowException(error); in SetFipsCrypto()
H A Dcrypto_ec.cc894 env->isolate()->ThrowException(error); in ExportJWKEdKey()
906 env->isolate()->ThrowException(error); in ExportJWKEdKey()
H A Dcrypto_context.cc658 env->isolate()->ThrowException(exception); in SetEngineKey()
984 env->isolate()->ThrowException(Exception::TypeError(message)); in SetSessionIdContext()
1112 env->isolate()->ThrowException(exception); in SetClientCertEngine()
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp70 static void ThrowException() { throw CInArchiveException(); } in ThrowException() function
72 static inline void ThrowEndOfData() { ThrowException(); } in ThrowEndOfData()
76 static inline void ThrowIncorrect() { ThrowException(); } in ThrowIncorrect()
/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc51 isolate->ThrowException(toV8String(isolate, message)); in reportError()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h887 * See ThrowException for more details. Templatized to provide compile-time
902 Local<Value> ThrowException(Local<Value> exception);
/third_party/node/deps/v8/include/
H A Dv8-isolate.h887 * See ThrowException for more details. Templatized to provide compile-time
902 Local<Value> ThrowException(Local<Value> exception);
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc81 isolate->ThrowException(NewRangeException(isolate, message)); in ThrowRangeException()

Completed in 36 milliseconds

12