Home
last modified time | relevance | path

Searched refs:extractorptr1 (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/tests/
H A Djs_stackinfo_test.cpp348 uintptr_t extractorptr1 = 0; in HWTEST_F_L0() local
353 auto ret = ark_create_js_symbol_extractor(&extractorptr1); in HWTEST_F_L0()
355 EXPECT_TRUE(extractorptr1 != 0); in HWTEST_F_L0()
362 strlen(pfdata1) + 1, extractorptr1, &jsFunction1); in HWTEST_F_L0()
366 const_cast<uint8_t*>(data1), dataSize1, extractorptr1, &jsFunction1); in HWTEST_F_L0()
375 nullptr, 0, extractorptr1, &jsFunction1); in HWTEST_F_L0()
395 ret = ark_destory_js_symbol_extractor(extractorptr1); in HWTEST_F_L0()

Completed in 1 milliseconds