Home
last modified time | relevance | path

Searched refs:GetEmptyArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_factory_test.cpp56 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()
/arkcompiler/ets_runtime/ecmascript/
Djs_object-inl.h508 JSTaggedValue emptyArray = thread->GlobalConstants()->GetEmptyArray(); in GetEnumCacheKind()
Ddump.cpp2704 globalConst->GetEmptyArray().Dump(os); in Dump()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1013 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()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp172 result = GetEmptyArray(glue); in CloneProperties()
863 result = GetEmptyArray(glue); in CopyArray()
1264 GateRef emptyArray = GetEmptyArray(glue); in EnumerateObjectProperties()
Dcircuit_builder.cpp604 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function in panda::ecmascript::kungfu::CircuitBuilder
Dcircuit_builder.h303 GateRef GetEmptyArray(GateRef glue);
Dstub_builder-inl.h1733 inline GateRef StubBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() function
1735 return env_->GetBuilder()->GetEmptyArray(glue); in GetEmptyArray()
Dstub_builder.h865 GateRef GetEmptyArray(GateRef glue);
Dmcr_circuit_builder.cpp1450 GateRef emptyArray = GetEmptyArray(glue); in GetEnumCacheKind()