Searched refs:CreateTuple (Results 1 – 3 of 3) sorted by relevance
59 static Tuple CreateTuple(const JSThread *thread, JSTaggedValue phc,
19 VTable::Tuple VTable::CreateTuple(const JSThread *thread, JSTaggedValue phc, in CreateTuple() function in panda::ecmascript::VTable
170 VTable::Tuple tuple = VTable::CreateTuple(thread, phcHandle.GetTaggedValue(), owner, index); in GenVTable()