License: Creative Commons Attribution 3.0 Germany license (CC BY 3.0 DE)
When quoting this document, please refer to the following
DOI: 10.4230/DARTS.1.1.2
URN: urn:nbn:de:0030-drops-55114
URL: http://dagstuhl.sunsite.rwth-aachen.de/volltexte/2015/5511/
Keil, Matthias ;
Guria, Sankha Narayan ;
Schlegel, Andreas ;
Geffken, Manuel ;
Thiemann, Peter
Transparent Object Proxies for JavaScript (Artifact)
Abstract
This artifact provides two prototype extensions of the SpiderMonkey JavaScript engine. Both extensions implement alternative designs for transparent proxies that are better suited for use cases such as certain contract wrappers and access restricting membranes.
The first prototype extends the proxy handler by an isTransparent trap that regulates the proxy's transparency. The second prototype implements a new global object TransparentProxy that implements the constructor for transparent proxy objects.
BibTeX - Entry
@Article{keil_et_al:DARTS:2015:5511,
author = {Matthias Keil and Sankha Narayan Guria and Andreas Schlegel and Manuel Geffken and Peter Thiemann},
title = {{Transparent Object Proxies for JavaScript (Artifact)}},
pages = {2:1--2:2},
journal = {Dagstuhl Artifacts Series},
ISSN = {2509-8195},
year = {2015},
volume = {1},
number = {1},
publisher = {Schloss Dagstuhl--Leibniz-Zentrum fuer Informatik},
address = {Dagstuhl, Germany},
URL = {http://drops.dagstuhl.de/opus/volltexte/2015/5511},
URN = {urn:nbn:de:0030-drops-55114},
doi = {10.4230/DARTS.1.1.2},
annote = {Keywords: JavaScript, Proxies, Equality, Contracts}
}