Skip to content

Instantly share code, notes, and snippets.

@xulapp
Created April 5, 2011 14:05
Show Gist options
  • Select an option

  • Save xulapp/903654 to your computer and use it in GitHub Desktop.

Select an option

Save xulapp/903654 to your computer and use it in GitHub Desktop.
(function(a, o) {
with (o) {
var __proto__ = {a: 1};
alert(a);
}
})(0, {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment