Lines Matching defs:jsQueue
994 JSHandle<JSAPIQueue> jsQueue = JSHandle<JSAPIQueue>::Cast(factory->NewJSObjectWithInit(queueClass));
996 jsQueue->SetLength(thread, JSTaggedValue(0));
997 jsQueue->SetFront(0);
998 jsQueue->SetTail(0);
999 jsQueue->SetElements(thread, newElements);
1000 JSHandle<JSTaggedValue> deQue = JSHandle<JSTaggedValue>::Cast(jsQueue);
5909 JSHandle<JSAPIQueue> jsQueue = JSHandle<JSAPIQueue>::Cast(factory->NewJSObjectWithInit(queueClass));
5911 jsQueue->SetLength(thread, JSTaggedValue(0));
5912 jsQueue->SetFront(0);
5913 jsQueue->SetTail(0);
5914 jsQueue->SetElements(thread, newElements);
5915 JSHandle<JSTaggedValue> Que = JSHandle<JSTaggedValue>::Cast(jsQueue);