Searched refs:StackConstructor (Results 1 – 14 of 14) sorted by relevance
25 static JSTaggedValue StackConstructor(EcmaRuntimeCallInfo *argv);
24 JSTaggedValue ContainersStack::StackConstructor(EcmaRuntimeCallInfo *argv) in StackConstructor() function in panda::ecmascript::containers::ContainersStack
724 thread, stackFuncPrototype, ContainersStack::StackConstructor, "Stack", FuncLength::ZERO)); in InitializeStack()
76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()106 ContainersStack::StackConstructor(callInfo); in ContainersStackFuzzTest()
110 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()117 HWTEST_F_L0(ContainersStackTest, StackConstructor) in HWTEST_F_L0() argument128 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in HWTEST_F_L0()139 CONTAINERS_API_EXCEPTION_TEST(ContainersStack, StackConstructor, objCallInfo); in HWTEST_F_L0()
76 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
81 JSTaggedValue result = ContainersStack::StackConstructor(objCallInfo); in CreateJSAPIStack()
935 reinterpret_cast<uintptr_t>(ContainerStack::StackConstructor),