User:Kevin Reid/JS bookmarks
From Erights
This is a personal list of bookmarks related to my capability-JavaScript work, mostly with Caja.
ES5/ES-Harmony
- ES5 Standard (PDF)
- ES Wiki:harmony:proxies — not part of ES5 but implemented in FF4
- Proxy at MDC — proxies as implemented in FF4
- harmony:proxy_defaulthandler — not implemented anywhere but useful info
- ES Wiki:harmony:weak_maps
- ES-Lab: “Experiments with proposed extensions to EcmaScript”
Third-party info/summaries
- Proxy Tutorial
- Dmitry A. Soshnikov on: Properties and Property Descriptors; Strict Mode.