Searched refs:GetEmptyArray (Results 1 – 10 of 10) sorted by relevance
56 EXPECT_EQ(newObj->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()57 EXPECT_EQ(newObj->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()91 EXPECT_EQ(newFun->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()92 EXPECT_EQ(newFun->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
508 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind()
2704 globalConst->GetEmptyArray().Dump(os); in Dump()
1013 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()1072 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()1188 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys()1261 GateRef emptyArray = GetEmptyArray(glue_); in Keys()1902 GateRef emptyArray = GetEmptyArray(glue_); in Entries()
172 result = GetEmptyArray(glue); in CloneProperties()863 result = GetEmptyArray(glue); in CopyArray()1264 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties()
604 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function in panda::ecmascript::kungfu::CircuitBuilder
303 GateRef GetEmptyArray(GateRef glue);
1733 inline GateRef StubBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function1735 return env_->GetBuilder()->GetEmptyArray(glue); in GetEmptyArray()
865 GateRef GetEmptyArray(GateRef glue);
1450 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind()