Home
last modified time | relevance | path

Searched refs:bjson_test (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/
A Dtest_bjson.js101 function bjson_test(a) function
151 bjson_test({x:1, y:2, if:3});
152 bjson_test([1, 2, 3]);
153 bjson_test([1.0, "aa", true, false, undefined, null, NaN, -Infinity, -0.0]);
155 bjson_test([BigInt("1"), -BigInt("0x123456789"),
160 bjson_test([BigFloat("0.1"), BigFloat("-1e30"), BigFloat("0"),
167 bjson_test([BigDecimal("0"),
173 bjson_test([new Date(1234), new String("abc"), new Number(-12.1), new Boolean(true)]);
175 bjson_test(new Int32Array([123123, 222111, -32222]));
176 bjson_test(new Float64Array([123123, 222111.5]));

Completed in 3 milliseconds