Searched refs:NewJSArrayWithSize (Results 1 – 6 of 6) sorted by relevance
53 GateRef NewJSArrayWithSize(GateRef hclass, GateRef size);
68 GateRef NewObjectStubBuilder::NewJSArrayWithSize(GateRef hclass, GateRef size) in NewJSArrayWithSize() function in panda::ecmascript::kungfu::NewObjectStubBuilder
2276 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in LowerArrayConstructor()2308 GateRef res = newBuilder.NewJSArrayWithSize(intialHClass, arrayLength); in NewArrayConstructorWithNoArgs()
384 res = newBuilder.NewJSArrayWithSize(intialHClass, numArgs); in DECLARE_ASM_HANDLER()
95 … GateRef newArray = newBuilder.NewJSArrayWithSize(intialHClass, sumArrayLen); in Concat()1488 result = newBuilder.NewJSArrayWithSize(intialHClass, count); in NewArray()1696 GateRef newArray = newBuilder.NewJSArrayWithSize(arrayCls, actualDeleteCount); in CreateSpliceDeletedArray()
660 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in DECLARE_BUILTINS()