Parent: #134 Related: #140, #163, #164 ## Goal Implement the shared pinned `Bun__ProxyObject__getInternalField` boundary for exact target/handler inspection. ## Acceptance - [x] Return the exact live proxy target for field 0 and handler for field 1 without invoking userland traps. - [x] Return the pinned null state for revoked proxies and reject primitives, non-proxies, and unknown field values safely. - [x] Preserve exact target/handler identity across same-VM sibling realms and independently valid VMs, without changing pending-exception state. - [x] Add focused live/revoked/foreign/invalid coverage and compile-link-runtime fixture calls. - [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
Bun__ProxyObject__getInternalFieldboundary for exact target/handler inspection.Acceptance
origin/main, and close only after evidence is live.