Skip to content

ABI: implement exact proxy internal-field projection #233

Description

@chrisbbreuer

Parent: #134
Related: #140, #163, #164

Goal

Implement the shared pinned Bun__ProxyObject__getInternalField boundary for exact target/handler inspection.

Acceptance

  • Return the exact live proxy target for field 0 and handler for field 1 without invoking userland traps.
  • Return the pinned null state for revoked proxies and reject primitives, non-proxies, and unknown field values safely.
  • Preserve exact target/handler identity across same-VM sibling realms and independently valid VMs, without changing pending-exception state.
  • Add focused live/revoked/foreign/invalid coverage and compile-link-runtime fixture calls.
  • Refresh Home/Bun inventories with zero unclassified symbols.
  • Update README and compatibility docs, publish small implementation/docs commits on origin/main, and close only after evidence is live.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions