endojs / endo

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

fix(exo): methods might be non-enumerable #1773

Closed erights closed 11 months ago

erights commented 1 year ago

Steps towards using a JS class' .prototype as behavior methods for exos. This first step mostly just corrects an error of missing non-enumerable methods, which of course is the normal case for actual class .prototypes

Staged on https://github.com/endojs/endo/pull/1766

erights commented 11 months ago

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