Home
last modified time | relevance | path

Searched defs:ApiTest (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/tooling/
Dapi_test.h93 struct ApiTest { struct
94 BreakpointCallback breakpoint;
95 LoadModuleCallback load_module;
96 PausedCallback paused;
97 ExceptionCallback exception;
98 ExceptionCatchCallback exception_catch;
99 PropertyAccessCallback property_access;
100 PropertyModificationCallback property_modification;
101 FramePopCallback frame_pop;
102 GarbageCollectionStartCallback garbage_collection_start;
[all …]
Dtest_util.cpp118 ApiTest::ApiTest() in ApiTest() function in panda::tooling::test::ApiTest