Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp369 static JSHandle<JSAPIStack> NewJSAPIStack(ObjectFactory *factory, JSHandle<JSTaggedValue> proto) in NewJSAPIStack() function
1400 JSHandle<JSAPIStack> jsStack = NewJSAPIStack(factory, proto); in HWTEST_F_L0()
1407 factory->NewJSAPIStackIterator(NewJSAPIStack(factory, proto)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_dump_test.cpp657 JSHandle<JSAPIStack> NewJSAPIStack() in NewJSAPIStack() function in panda::test::HeapDumpTestHelper
1427 auto jsAPIStack = tester.NewJSAPIStack(); in HWTEST_F_L0()