Home
last modified time | relevance | path

Searched refs:exception_obj (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Disolate-inl.h28 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() argument
29 DCHECK(!exception_obj->IsException()); in set_pending_exception()
30 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()
Dfactory.cc1150 Handle<Object> exception_obj; in SIMD128_TYPES() local
1151 if (exception.ToHandle(&exception_obj)) { in SIMD128_TYPES()
1152 result = exception_obj; in SIMD128_TYPES()
1172 Handle<Object> exception_obj; in NewError() local
1173 if (exception.ToHandle(&exception_obj)) return exception_obj; in NewError()
Disolate.h556 inline void set_pending_exception(Object* exception_obj);