Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-classes.cc158 RETURN_ON_EXCEPTION(isolate, in DefineClass()
166 RETURN_ON_EXCEPTION( in DefineClass()
180 RETURN_ON_EXCEPTION( in DefineClass()
186 RETURN_ON_EXCEPTION( in DefineClass()
Druntime-literals.cc125 RETURN_ON_EXCEPTION(isolate, maybe_result, Object); in CreateObjectLiteralBoilerplate()
/external/v8/src/
Dapi-natives.cc60 RETURN_ON_EXCEPTION(isolate, JSObject::DefineAccessor(object, name, getter, in DefineAccessorProperty()
175 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
181 RETURN_ON_EXCEPTION(isolate, in ConfigureInstance()
197 RETURN_ON_EXCEPTION(isolate, DefineDataProperty(isolate, obj, name, in ConfigureInstance()
380 RETURN_ON_EXCEPTION(isolate, ::v8::internal::ConfigureInstance( in ConfigureInstance()
Disolate.h163 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
Disolate.cc430 RETURN_ON_EXCEPTION( in CaptureAndSetDetailedStackTrace()
443 RETURN_ON_EXCEPTION( in CaptureAndSetSimpleStackTrace()
Dobjects.cc9029 RETURN_ON_EXCEPTION( in DefineAccessor()
15124 RETURN_ON_EXCEPTION(isolate, BeginPerformSplice(array), Object); in ObservableSetLength()
15130 RETURN_ON_EXCEPTION( in ObservableSetLength()
15138 RETURN_ON_EXCEPTION(isolate, in ObservableSetLength()
15144 RETURN_ON_EXCEPTION(isolate, EndPerformSplice(array), Object); in ObservableSetLength()
15162 RETURN_ON_EXCEPTION( in ObservableSetLength()
16929 RETURN_ON_EXCEPTION(isolate, RegExpImpl::Compile(regexp, source, flags), in Initialize()