File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3015,11 +3015,13 @@ v8::StartupData v8__SnapshotCreator__CreateBlob(
30153015// Rust-side callbacks for trait-based CustomPlatform (PlatformImpl trait).
30163016// `this` is a pointer to the CustomPlatform instance, used by Rust to
30173017// recover the Box<dyn PlatformImpl> stored at the same offset.
3018+ extern " C" {
30183019void v8__Platform__CustomPlatform__BASE__onForegroundTaskPosted (
30193020 void * this_, void * isolate, double delay_in_seconds);
30203021void v8__Platform__CustomPlatform__BASE__onIsolateShutdown (void * this_,
30213022 void * isolate);
30223023void v8__Platform__CustomPlatform__BASE__DROP (void * this_);
3024+ }
30233025
30243026// TaskRunner wrapper that intercepts all PostTask* calls and dispatches
30253027// to the Rust PlatformImpl trait via the CustomPlatform context.
You can’t perform that action at this time.
0 commit comments