fix: backport TSFN delivery hardening to v1#222
Draft
Brooooooklyn wants to merge 6 commits into
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Backport the production TSFN delivery, retirement, memory-view, and context-lifecycle hardening from #220 to the maintained
v1.xline.Scope
SharedArrayBufferconstructor;autoDestroy;ref/unref/timer handling;Stack status
v1.xat061ae9e8c0b4ec4a31db9cbaecc82a63527ad334e61b7d4a5df035a1cc2da22e8839aba8f13657970a0d9cb.Verification
Passed locally on July 8, 2026:
npm run build:mainnpm run build:corenpm run build:runtimenpm run build:nodegit diff --checkThe v2-only V8/plugin files and
v8_memory_growth.test.jsdo not exist onv1.x; equivalent memory-growth and host-lifecycle coverage is adapted to the v1 CommonJS/context layout.Related