mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
update to llvm 19 and c++ 23 (#18317)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
This commit is contained in:
@@ -5665,7 +5665,7 @@ ExceptionOr<Ref<SerializedScriptValue>> SerializedScriptValue::create(JSGlobalOb
|
||||
if (arrayBufferContentsArray.hasException())
|
||||
return arrayBufferContentsArray.releaseException();
|
||||
|
||||
// auto backingStores = ImageBitmap::detachBitmaps(WTFMove(imageBitmaps));
|
||||
// auto backingStores = ImageBitmap::detachBitmaps(WTFMove(imageBitmaps));
|
||||
|
||||
#if ENABLE(OFFSCREEN_CANVAS_IN_WORKERS)
|
||||
Vector<std::unique_ptr<DetachedOffscreenCanvas>> detachedCanvases;
|
||||
|
||||
Reference in New Issue
Block a user