Parent: #134 Related: #140, #163, #164 ## Goal Implement the shared pinned `ScriptExecutionContextIdentifier__forGlobalObject` boundary with stable process-unique identifiers. ## Acceptance - [x] Return one stable nonzero 32-bit identifier per live global context. - [x] Keep sibling realms distinct even when they share one VM, and keep repeated reads identical. - [x] Allocate identifiers race-free across parallel independent context creation without reusing live IDs. - [x] Return zero for a null context handle and leave VM pending-exception state unchanged on valid reads. - [x] Add focused stability/sibling/parallel coverage and a compile-link-runtime fixture call. - [x] Refresh Home/Bun inventories with zero unclassified symbols. - [x] Update README and compatibility docs, publish small implementation/docs commits on `origin/main`, and close only after evidence is live.
Parent: #134
Related: #140, #163, #164
Goal
Implement the shared pinned
ScriptExecutionContextIdentifier__forGlobalObjectboundary with stable process-unique identifiers.Acceptance
origin/main, and close only after evidence is live.