mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-30 15:04:24 +03:00
more bignum cleanup
This commit is contained in:
@@ -14,9 +14,6 @@
|
||||
"atan2"
|
||||
"atanh"
|
||||
"Atomics"
|
||||
"BigDecimal"
|
||||
"BigFloat"
|
||||
"BigFloatEnv"
|
||||
"BigInt"
|
||||
"BigInt64Array"
|
||||
"BigUint64Array"
|
||||
|
@@ -34,10 +34,6 @@ void test_one_input_init(JSRuntime *rt, JSContext *ctx) {
|
||||
// 64 Kb
|
||||
JS_SetMaxStackSize(rt, 0x10000);
|
||||
|
||||
JS_AddIntrinsicBigFloat(ctx);
|
||||
JS_AddIntrinsicBigDecimal(ctx);
|
||||
JS_AddIntrinsicOperators(ctx);
|
||||
JS_EnableBignumExt(ctx, 1);
|
||||
JS_SetModuleLoaderFunc(rt, NULL, js_module_loader, NULL);
|
||||
JS_SetInterruptHandler(JS_GetRuntime(ctx), interrupt_handler, NULL);
|
||||
js_std_add_helpers(ctx, 0, NULL);
|
||||
|
Reference in New Issue
Block a user