@@ -13397,6 +13397,7 @@ static no_inline __exception int js_unary_arith_slow(JSContext *ctx,
switch(op){
caseOP_plus:
JS_ThrowTypeError(ctx,"bigint argument with unary +");
JS_FreeValue(ctx,op1);
gotoexception;
caseOP_inc:
caseOP_dec:
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.