Skip to content

Instantly share code, notes, and snippets.

@lykkin
Created October 14, 2017 18:38
Show Gist options
  • Save lykkin/f6e7f33cda4594c74a484b30410a3df6 to your computer and use it in GitHub Desktop.
Save lykkin/f6e7f33cda4594c74a484b30410a3df6 to your computer and use it in GitHub Desktop.
no defineProp for nonenum
function a(x) { this.x = 1 }
a.prototype.toJSON = function () {return}
x = {test: new a(1)}
JSON.stringify(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment