Searched refs:RETURN_ON_EXCEPTION (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | api-natives.cc | 87 RETURN_ON_EXCEPTION(isolate, JSObject::DefineAccessor(object, name, getter, in DefineAccessorProperty() 243 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance() 249 RETURN_ON_EXCEPTION( in ConfigureInstance() 265 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
|
D | messages.cc | 858 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite() 864 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite() 989 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace() 1124 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in Construct() 1132 RETURN_ON_EXCEPTION(isolate, isolate->CaptureAndSetDetailedStackTrace(err), in Construct() 1137 RETURN_ON_EXCEPTION(isolate, in Construct()
|
D | accessors.cc | 795 RETURN_ON_EXCEPTION( in ClearInternalStackTrace()
|
D | isolate.h | 322 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
|
D | isolate.cc | 656 RETURN_ON_EXCEPTION( in CaptureAndSetDetailedStackTrace() 672 RETURN_ON_EXCEPTION( in CaptureAndSetSimpleStackTrace()
|
D | objects.cc | 1574 RETURN_ON_EXCEPTION(isolate, in GetPropertyWithAccessor() 16608 RETURN_ON_EXCEPTION( in Initialize() 16623 RETURN_ON_EXCEPTION( in Initialize()
|
/external/v8/src/runtime/ |
D | runtime-literals.cc | 488 RETURN_ON_EXCEPTION(isolate, DeepWalk(literal, &update_context), JSObject); in CreateLiteralWithoutAllocationSite() 524 RETURN_ON_EXCEPTION(isolate, DeepWalk(boilerplate, &creation_context), in CreateLiteral()
|
D | runtime-regexp.cc | 1371 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
|
/external/v8/src/objects/ |
D | module.cc | 730 RETURN_ON_EXCEPTION( in Evaluate()
|
D | intl-objects.cc | 1154 RETURN_ON_EXCEPTION( in AvailableLocalesOf()
|
/external/v8/src/builtins/ |
D | builtins-array.cc | 712 RETURN_ON_EXCEPTION( in ToJSReceiver()
|