factory JSValue.NULL(JSContext ctx, {bool autoDispose = true}) => JSValue.alloc(ctx, JSTag.NULL, int32: 0, autoDispose: autoDispose);