Home
last modified time | relevance | path

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

/third_party/quickjs/
Dquickjs.h576 static inline JS_BOOL JS_IsBigInt(JSContext *ctx, JSValueConst v) in JS_IsBigInt() function
Dquickjs-libc.c1619 is_bigint = JS_IsBigInt(ctx, argv[1]); in js_os_seek()
Dquickjs.c10868 if (JS_IsBigInt(ctx, val)) in JS_ToInt64Ext()
14172 if (JS_IsBigInt(ctx, op2)) { in js_mul_pow10()
43738 || JS_IsBigInt(ctx, val) /* XXX: probably useless */ in js_json_check()
49044 if (JS_IsBigInt(ctx, this_val)) in js_thisBigIntValue()
49050 if (JS_IsBigInt(ctx, p->u.object_data)) in js_thisBigIntValue()