Home
last modified time | relevance | path

Searched refs:RETURN_ON_EXCEPTION (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Dmessages.cc232 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 Disolate.h226 * 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 Disolate.cc1241 RETURN_ON_EXCEPTION( in CaptureAndSetErrorStack()
/third_party/node/deps/v8/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()
/third_party/node/deps/v8/src/objects/
H A Djs-regexp.cc410 RETURN_ON_EXCEPTION( in Initialize()
433 RETURN_ON_EXCEPTION( in Initialize()
H A Dsource-text-module.cc1075 RETURN_ON_EXCEPTION( in InnerModuleEvaluation()
1134 RETURN_ON_EXCEPTION(isolate, Module::Evaluate(isolate, requested_module), in InnerModuleEvaluation()
H A Dobjects.cc1442 RETURN_ON_EXCEPTION(isolate, in GetPropertyWithAccessor()
/third_party/node/deps/v8/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()
H A Druntime-regexp.cc1420 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc767 RETURN_ON_EXCEPTION( in ToJSReceiver()

Completed in 39 milliseconds