Searched refs:exception_obj (Results 1 – 3 of 3) sorted by relevance
28 void Isolate::set_pending_exception(Object* exception_obj) { in set_pending_exception() argument29 DCHECK(!exception_obj->IsException()); in set_pending_exception()30 thread_local_top_.pending_exception_ = exception_obj; in set_pending_exception()
1150 Handle<Object> exception_obj; in SIMD128_TYPES() local1151 if (exception.ToHandle(&exception_obj)) { in SIMD128_TYPES()1152 result = exception_obj; in SIMD128_TYPES()1172 Handle<Object> exception_obj; in NewError() local1173 if (exception.ToHandle(&exception_obj)) return exception_obj; in NewError()
556 inline void set_pending_exception(Object* exception_obj);