Skip to content

Commit d0b85bd

Browse files
committed
squash! JSValueConst
1 parent ac158c5 commit d0b85bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-test262.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,8 +1700,8 @@ void update_stats(JSRuntime *rt, const char *filename) {
17001700
js_mutex_unlock(&stats_mutex);
17011701
}
17021702

1703-
static JSValue qjs_black_box(JSContext *ctx, JSValue this_val,
1704-
int argc, JSValue argv[], int magic)
1703+
static JSValue qjs_black_box(JSContext *ctx, JSValueConst this_val,
1704+
int argc, JSValueConst argv[], int magic)
17051705
{
17061706
return JS_NewInt32(ctx, js_std_cmd(magic, ctx, &argv[0]));
17071707
}

0 commit comments

Comments
 (0)