Searched refs:NewJSArrayWithSize (Results 1 – 3 of 3) sorted by relevance
50 GateRef NewJSArrayWithSize(GateRef hclass, GateRef size);
62 GateRef NewObjectStubBuilder::NewJSArrayWithSize(GateRef hclass, GateRef size) in NewJSArrayWithSize() function in panda::ecmascript::kungfu::NewObjectStubBuilder
1176 res = newBuilder.NewJSArrayWithSize(intialHClass, *arrayLength); in DECLARE_BUILTINS()