Searched refs:CreateEmptyArrayCommon (Results 1 – 2 of 2) sorted by relevance
138 GateRef CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInfo);
1954 GateRef NewObjectStubBuilder::CreateEmptyArrayCommon(GateRef glue, GateRef hclass, GateRef trackInf… in CreateEmptyArrayCommon() function in panda::ecmascript::kungfu::NewObjectStubBuilder1992 return CreateEmptyArrayCommon(glue, hclass, *trackInfo); in CreateEmptyArray()2026 GateRef result = CreateEmptyArrayCommon(glue, *hclass, *trackInfo); in CreateEmptyArray()