Home
last modified time | relevance | path

Searched refs:RETURN_ON_EXCEPTION (Results 1 – 25 of 45) sorted by relevance

12

/dports/lang/v8/v8-9.6.180.12/src/execution/
H A Dmessages.cc232 RETURN_ON_EXCEPTION( in GetStackFrames()
368 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace()
546 RETURN_ON_EXCEPTION( in Construct()
570 RETURN_ON_EXCEPTION(isolate, in Construct()
580 RETURN_ON_EXCEPTION( in Construct()
584 RETURN_ON_EXCEPTION( in Construct()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi-natives.cc87 RETURN_ON_EXCEPTION(isolate, JSObject::DefineAccessor(object, name, getter, in DefineAccessorProperty()
242 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
248 RETURN_ON_EXCEPTION( in ConfigureInstance()
264 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
H A Dmessages.cc863 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite()
869 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite()
993 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace()
1129 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in Construct()
1137 RETURN_ON_EXCEPTION(isolate, isolate->CaptureAndSetDetailedStackTrace(err), in Construct()
1142 RETURN_ON_EXCEPTION(isolate, in Construct()
H A Disolate.h220 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi-natives.cc98 RETURN_ON_EXCEPTION( in DefineAccessorProperty()
248 RETURN_ON_EXCEPTION( in ConfigureInstance()
255 RETURN_ON_EXCEPTION(isolate, in ConfigureInstance()
271 RETURN_ON_EXCEPTION( in ConfigureInstance()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi-natives.cc98 RETURN_ON_EXCEPTION( in DefineAccessorProperty()
248 RETURN_ON_EXCEPTION( in ConfigureInstance()
255 RETURN_ON_EXCEPTION(isolate, in ConfigureInstance()
271 RETURN_ON_EXCEPTION( in ConfigureInstance()
/dports/lang/v8/v8-9.6.180.12/src/api/
H A Dapi-natives.cc98 RETURN_ON_EXCEPTION( in DefineAccessorProperty()
249 RETURN_ON_EXCEPTION( in ConfigureInstance()
256 RETURN_ON_EXCEPTION(isolate, in ConfigureInstance()
272 RETURN_ON_EXCEPTION( in ConfigureInstance()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/execution/
H A Dmessages.cc738 RETURN_ON_EXCEPTION(isolate, in ConstructCallSite()
745 RETURN_ON_EXCEPTION( in ConstructCallSite()
892 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace()
1040 RETURN_ON_EXCEPTION( in Construct()
1049 RETURN_ON_EXCEPTION( in Construct()
1053 RETURN_ON_EXCEPTION( in Construct()
H A Disolate.h319 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/execution/
H A Dmessages.cc725 RETURN_ON_EXCEPTION(isolate, in ConstructCallSite()
732 RETURN_ON_EXCEPTION( in ConstructCallSite()
879 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace()
1060 RETURN_ON_EXCEPTION( in Construct()
1069 RETURN_ON_EXCEPTION( in Construct()
1073 RETURN_ON_EXCEPTION( in Construct()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-regexp.cc409 RETURN_ON_EXCEPTION( in Initialize()
432 RETURN_ON_EXCEPTION( in Initialize()
H A Dsource-text-module.cc1087 RETURN_ON_EXCEPTION( in InnerModuleEvaluation()
1146 RETURN_ON_EXCEPTION(isolate, Module::Evaluate(isolate, requested_module), in InnerModuleEvaluation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-regexp.cc460 RETURN_ON_EXCEPTION( in Initialize()
480 RETURN_ON_EXCEPTION( in Initialize()
H A Dsource-text-module.cc1024 RETURN_ON_EXCEPTION( in InnerModuleEvaluation()
1083 RETURN_ON_EXCEPTION(isolate, Module::Evaluate(isolate, requested_module), in InnerModuleEvaluation()
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-literals.cc487 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &update_context), in CreateLiteral()
500 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-literals.cc522 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite()
563 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-literals.cc522 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite()
566 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-literals.cc523 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite()
567 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dsource-text-module.cc1006 RETURN_ON_EXCEPTION( in InnerModuleEvaluation()
1065 RETURN_ON_EXCEPTION(isolate, Module::Evaluate(isolate, requested_module), in InnerModuleEvaluation()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DAll.h199 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } } macro
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DAll.h228 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } } macro
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Shared/
H A DAll.h228 #define RETURN_ON_EXCEPTION(CODE, VALUE) { try { CODE } catch(...) { return VALUE; } } macro
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-array.cc421 RETURN_ON_EXCEPTION( in ToJSReceiver()
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dmodule.cc744 RETURN_ON_EXCEPTION(isolate, Evaluate(requested_module, stack, dfs_index), in Evaluate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-array.cc736 RETURN_ON_EXCEPTION( in ToJSReceiver()

12