Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-classes.cc157 RETURN_ON_EXCEPTION(isolate, in DefineClass()
172 RETURN_ON_EXCEPTION( in DefineClass()
178 RETURN_ON_EXCEPTION( in DefineClass()
Druntime-literals.cc92 RETURN_ON_EXCEPTION(isolate, maybe_result, Object); in CreateObjectLiteralBoilerplate()
Druntime-regexp.cc1238 RETURN_ON_EXCEPTION(isolate, RegExpUtils::SetLastIndex(isolate, regexp, 0), in RegExpReplace()
/external/v8/src/
Dapi-natives.cc82 RETURN_ON_EXCEPTION(isolate, JSObject::DefineAccessor(object, name, getter, in DefineAccessorProperty()
233 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
239 RETURN_ON_EXCEPTION( in ConfigureInstance()
255 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
Dmessages.cc837 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite()
843 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in ConstructCallSite()
964 RETURN_ON_EXCEPTION(isolate, AppendErrorString(isolate, error, &builder), in FormatStackTrace()
1097 RETURN_ON_EXCEPTION(isolate, JSObject::SetOwnPropertyIgnoreAttributes( in Construct()
1105 RETURN_ON_EXCEPTION(isolate, isolate->CaptureAndSetDetailedStackTrace(err), in Construct()
1110 RETURN_ON_EXCEPTION(isolate, in Construct()
Disolate.h179 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
Daccessors.cc1143 RETURN_ON_EXCEPTION( in ClearInternalStackTrace()
Disolate.cc563 RETURN_ON_EXCEPTION( in CaptureAndSetDetailedStackTrace()
577 RETURN_ON_EXCEPTION( in CaptureAndSetSimpleStackTrace()
Dobjects.cc16095 RETURN_ON_EXCEPTION(isolate, RegExpImpl::Compile(regexp, source, flags), in Initialize()
16110 RETURN_ON_EXCEPTION(isolate, JSReceiver::SetProperty( in Initialize()
19967 RETURN_ON_EXCEPTION(isolate, Evaluate(import), Object); in Evaluate()