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