Home
last modified time | relevance | path

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

/third_party/quickjs/
Dqjs.c50 static int bignum_ext; variable
114 if (bignum_ext) { in JS_NewCustomContext()
415 bignum_ext = 1; in main()
453 bignum_ext = 1; in main()
Dqjsc.c497 BOOL bignum_ext = FALSE; in main() local
554 bignum_ext = TRUE; in main()
635 if (bignum_ext) { in main()
691 if (bignum_ext) { in main()
Dquickjs.c452 BOOL bignum_ext : 8; /* enable math mode */ member
32812 else if (s->ctx->bignum_ext && !strcmp(str, "use math")) { in js_parse_directives()
50692 ctx->bignum_ext = enable; in JS_EnableBignumExt()