[quickjs] Fix undefined flexible array member

Flexible array's in C are declared with no size, size 0 is
undefined and UBSan has recently learned to warn about
access to these.

Bug: 103545
Change-Id: Ic7cb83ad559aa87ff4df6871612ecb4dde9f4e68
1 file changed