For the method: com.caoccao.javet.values.reference.IV8ValueArray.push(Object... objects),
if the length of the objects array is too large, it will throw an exception: Maximum call stack size exceeded.
Test data: objects=[{"k":1},{"k":2},...,{"k":500000}]
For the method: com.caoccao.javet.values.reference.IV8ValueArray.push(Object... objects),
if the length of the objects array is too large, it will throw an exception: Maximum call stack size exceeded.
Test data: objects=[{"k":1},{"k":2},...,{"k":500000}]