Searched refs:RETURN_ON_EXCEPTION (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/runtime/ |
D | runtime-classes.cc | 158 RETURN_ON_EXCEPTION(isolate, in DefineClass() 166 RETURN_ON_EXCEPTION( in DefineClass() 180 RETURN_ON_EXCEPTION( in DefineClass() 186 RETURN_ON_EXCEPTION( in DefineClass()
|
D | runtime-literals.cc | 125 RETURN_ON_EXCEPTION(isolate, maybe_result, Object); in CreateObjectLiteralBoilerplate()
|
/external/v8/src/ |
D | api-natives.cc | 60 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()
|
D | isolate.h | 163 #define RETURN_ON_EXCEPTION(isolate, call, T) \ macro
|
D | isolate.cc | 430 RETURN_ON_EXCEPTION( in CaptureAndSetDetailedStackTrace() 443 RETURN_ON_EXCEPTION( in CaptureAndSetSimpleStackTrace()
|
D | objects.cc | 9029 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()
|