Alexander J. Vincent

Results 148 issues of Alexander J. Vincent

Features such as filterOwnKeys, storeUnknownAsLocal, etc. exist for all es-membrane Proxy objects. This is going to hurt the performance of any non-distorted membrane proxies, probably measurably. I should probably look...

advisory

Node, CommonJS and browserify are all nice to have, but this is really supposed to be an ECMAScript-friendly module in all respects. That means import and export statements, hopefully without...

dogfood.js expects to name its Membrane instance DogfoodMembrane. The generated code creates rvMembrane and populates it. This is a mismatch.

I suspect the ordering may be inconsistent based on which objects are sealed.

Scenario: - "Wet" object graph for original values, "dry" for proxies - Source code for a project is run through an interpreter, mapping all values in the source to the...

bug

While working on documentation for the es7-membrane GUI, I realized the first trap, getPrototypeOf, is dangerous to disable. When disabled, an es7-membrane proxy trap simply throws when invoked. That's very...

See evLFilter in spec/properties/whitelist.js for an example. Blocks #90.