Mercurial > spidermonkey-playground
view sample-module.js @ 27:69622f55fcf6
Made a simple SafeWrapper membrane to mediate between trust boundaries.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 22 Jun 2009 10:59:51 -0700 |
parents | c837221bd717 |
children |
line wrap: on
line source
// This is a sample SecurableModule. function boo() { return boo.caller; } exports.foo = function foo() { imports.print(imports.blop + " " + foo.caller + " " + boo() + " " + imports.print.__proto__); };