Searched refs:jlre (Results 1 – 1 of 1) sorted by relevance
1152 ScopedLocalRef<jclass> jlre(env_, env_->FindClass("java/lang/RuntimeException")); in ExceptionHandlingImpl() local1161 EXPECT_TRUE(env_->IsInstanceOf(exception.get(), jlre.get())); in ExceptionHandlingImpl()