Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should skip private properties : start with __ #3

Closed
bladepan opened this issue Apr 6, 2014 · 1 comment
Closed

should skip private properties : start with __ #3

bladepan opened this issue Apr 6, 2014 · 1 comment

Comments

@bladepan
Copy link
Owner

bladepan commented Apr 6, 2014

properties start with user defined private prefix

These functions should be exclude as well, even it is not seen from for(k in obj) loops

km.__defineGetter__      km.__defineSetter__      km.__lookupGetter__      km.__lookupSetter__      km.constructor
km.hasOwnProperty        km.isPrototypeOf         km.propertyIsEnumerable  km.toLocaleString        km.toString
km.valueOf 

toJSON
@bladepan
Copy link
Owner Author

bladepan commented Apr 7, 2014

partially solved. should make it possible for user specify private prefix

@bladepan bladepan closed this as completed Apr 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant