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