Searched refs:GetEmptyArray (Results 1 – 10 of 10) sorted by relevance
80 EXPECT_EQ(newObj->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()81 EXPECT_EQ(newObj->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()115 EXPECT_EQ(newFun->GetProperties(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()116 EXPECT_EQ(newFun->GetElements(), thread->GlobalConstants()->GetEmptyArray()); in HWTEST_F_L0()
1075 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()1122 GateRef emptyArray = GetEmptyArray(glue); in GetAllEnumKeys()1233 GateRef emptyArray = GetEmptyArray(glue); in GetEnumElementKeys()1298 GateRef emptyArray = GetEmptyArray(glue_); in Keys()
497 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind()
2547 globalConst->GetEmptyArray().Dump(os); in Dump()5198 vec.emplace_back(CString("EmptyArray"), globalConst->GetEmptyArray()); in DumpForSnapshot()
350 result = GetEmptyArray(glue); in CopyArray()685 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties()
561 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function in panda::ecmascript::kungfu::CircuitBuilder
256 GateRef GetEmptyArray(GateRef glue);
1501 inline GateRef StubBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function1503 return env_->GetBuilder()->GetEmptyArray(glue); in GetEmptyArray()
712 GateRef GetEmptyArray(GateRef glue);
1243 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind()