Searched refs:RETURN_ON_EXCEPTION (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 232 RETURN_ON_EXCEPTION(isolate, in GetStackFrames() 368 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace() 546 RETURN_ON_EXCEPTION( in Construct() 571 RETURN_ON_EXCEPTION(isolate, in Construct() 581 RETURN_ON_EXCEPTION(isolate, in Construct() 1026 RETURN_ON_EXCEPTION( in GetFormattedStack()
|
H A D | isolate.h | 226 * If inside a function with return type MaybeHandle<X> use RETURN_ON_EXCEPTION 305 * If inside a function with return type MaybeHandle<X>, use RETURN_ON_EXCEPTION 333 * If inside a function with return type MaybeHandle<X>, use RETURN_ON_EXCEPTION 346 * RETURN_ON_EXCEPTION conditionally returns an empty MaybeHandle<T> if the 352 * RETURN_ON_EXCEPTION( 365 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
|
H A D | isolate.cc | 1241 RETURN_ON_EXCEPTION( in CaptureAndSetErrorStack()
|
/third_party/node/deps/v8/src/api/ |
H A D | api-natives.cc | 98 RETURN_ON_EXCEPTION( in DefineAccessorProperty() 249 RETURN_ON_EXCEPTION( in ConfigureInstance() 256 RETURN_ON_EXCEPTION(isolate, in ConfigureInstance() 272 RETURN_ON_EXCEPTION( in ConfigureInstance()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-regexp.cc | 410 RETURN_ON_EXCEPTION( in Initialize() 433 RETURN_ON_EXCEPTION( in Initialize()
|
H A D | source-text-module.cc | 1075 RETURN_ON_EXCEPTION( in InnerModuleEvaluation() 1134 RETURN_ON_EXCEPTION(isolate, Module::Evaluate(isolate, requested_module), in InnerModuleEvaluation()
|
H A D | objects.cc | 1442 RETURN_ON_EXCEPTION(isolate, in GetPropertyWithAccessor()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 522 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite() 563 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
|
H A D | runtime-regexp.cc | 1420 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-array.cc | 767 RETURN_ON_EXCEPTION( in ToJSReceiver()
|
Completed in 38 milliseconds