Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created December 24, 2018 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/91122ad41180d0dfe46dabb77ee7dc94 to your computer and use it in GitHub Desktop.
Save bleroy/91122ad41180d0dfe46dabb77ee7dc94 to your computer and use it in GitHub Desktop.
javascript: {
Object.defineProperty(Object.prototype, undefined, {
set: function(v) {
debugger;
}
})
};
void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment