Home
last modified time | relevance | path

Searched refs:abstractMethodErrorData_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h343 ASSERT_TRUE(abstractMethodErrorData_.expected); in ThrowAbstractMethodError()
344 ASSERT_EQ(abstractMethodErrorData_.method, method); in ThrowAbstractMethodError()
396 abstractMethodErrorData_ = data; in SetAbstractMethodErrorData()
468 static AbstractMethodError abstractMethodErrorData_; variable
Dtest_runtime_interface.cpp30 RuntimeInterface::AbstractMethodError RuntimeInterface::abstractMethodErrorData_; member in ark::interpreter::test::RuntimeInterface