Status: Accepted
Owner: [email protected]
Labels: Type-FeatureRequest Priority-Medium Harmony

New issue 1543 by [email protected]: Implement Proxy proposal
http://code.google.com/p/v8/issues/detail?id=1543

Proxy implementation is still rudimentary.

Should work:

- get and set traps.
- Object.defineProperty and Object.defineProperties
- object equality
- typeof
- instanceof
- Object.getPrototype
- Object.getOwnPropertyNames and Object.keys
- ToString and ToValue

Not yet working:

- Object.getOwnPropertyDescriptor
- Object.prototype.hasOwnProperty
- Object.seal, Object.freeze, and Object.preventExtension
- Object.isSealed, Object.isFrozen, and Object.isExtensible
- in
- for-in
- with
- function proxies

Also, more test cases are needed.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to