Searched refs:arrayOobExceptionData_ (Results 1 – 2 of 2) sorted by relevance
318 ASSERT_TRUE(arrayOobExceptionData_.expected); in ThrowArrayIndexOutOfBoundsException()319 ASSERT_EQ(arrayOobExceptionData_.idx, idx); in ThrowArrayIndexOutOfBoundsException()320 ASSERT_EQ(arrayOobExceptionData_.length, length); in ThrowArrayIndexOutOfBoundsException()376 arrayOobExceptionData_ = data; in SetArrayIndexOutOfBoundsExceptionData()459 static ArrayIndexOutOfBoundsExceptionData arrayOobExceptionData_;
22 RuntimeInterface::ArrayIndexOutOfBoundsExceptionData RuntimeInterface::arrayOobExceptionData_; member in panda::interpreter::test::RuntimeInterface