endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
804 stars 71 forks source link

feat(pass-style): far class instances #1766

Closed erights closed 11 months ago

erights commented 1 year ago

Support use of JS classes to define far objects as class instances.

This was already possible, as demonstrated by prior tests in test-passStyleOf.js . This PR merely provides a base class to make this easier, and tests it.

erights commented 1 year ago

See also https://github.com/endojs/endo/pull/1773

erights commented 11 months ago

Closing in favor of https://github.com/endojs/endo/pull/1809