Bindings for all JS global objects and functions in all JS environments like
Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate.
// Used for `Array.rs` tests
exports.populate_array=function(arr,start,len){varisBigInt=typeof(arr[0])==="bigint";for(i=0;i<len;i++){arr[i]=isBigInt?BigInt(start+i):start+i;}};