JS_NewObject
factory JSValue.obj(JSContext ctx, {bool autoDispose = true}) => JSValue.ptr(ctx, JS_NewObject(ctx.ref), autoDispose: autoDispose);