Lines Matching refs:JSAPIStack
24 bool JSAPIStack::Empty() in Empty()
32 JSTaggedValue JSAPIStack::Push(JSThread *thread, const JSHandle<JSAPIStack> &stack, in Push()
44 JSTaggedValue JSAPIStack::Peek() in Peek()
56 JSTaggedValue JSAPIStack::Pop(JSThread *thread) in Pop()
70 int JSAPIStack::Search(const JSHandle<JSTaggedValue> &value) in Search()
83 JSHandle<TaggedArray> JSAPIStack::GrowCapacity(const JSThread *thread, const JSHandle<JSAPIStack> &… in GrowCapacity()
100 JSTaggedValue JSAPIStack::Get(const uint32_t index) in Get()
107 JSTaggedValue JSAPIStack::Set(JSThread *thread, const uint32_t index, JSTaggedValue value) in Set()
118 bool JSAPIStack::Has(JSTaggedValue value) const in Has()
134 JSHandle<TaggedArray> JSAPIStack::OwnKeys(JSThread *thread, const JSHandle<JSAPIStack> &obj) in OwnKeys()
139 JSHandle<TaggedArray> JSAPIStack::OwnEnumKeys(JSThread *thread, const JSHandle<JSAPIStack> &obj) in OwnEnumKeys()
144 bool JSAPIStack::GetOwnProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetOwnProperty()
176 OperationResult JSAPIStack::GetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in GetProperty()
213 bool JSAPIStack::SetProperty(JSThread *thread, const JSHandle<JSAPIStack> &obj, in SetProperty()