Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp302 …JSHandle<JSHClass> stackClass = factory->NewEcmaHClass(JSAPIStack::SIZE, JSType::JS_API_STACK, pro… in NewJSAPIStack() local
303 …SHandle<JSAPIStack> jsStack = JSHandle<JSAPIStack>::Cast(factory->NewJSObjectWithInit(stackClass)); in NewJSAPIStack()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5967 …JSHandle<JSHClass> stackClass = factory->NewEcmaHClass(JSAPIStack::SIZE, JSType::JS_API_STACK, pro… in HWTEST_F_L0() local
5968 …SHandle<JSAPIStack> jsStack = JSHandle<JSAPIStack>::Cast(factory->NewJSObjectWithInit(stackClass)); in HWTEST_F_L0()