mirror of https://github.com/svaarala/duktape.git
Browse Source
This allows user code to create internal properties too, so that the internal properties are not returned by e.g. getOwnPropertyNames(). Prior to this change, a user string beginning with \xFF would not be treated as internal - unless it happened to be a string already used by Duktape for its own purposes. This is quite confusing.pull/30/head
Sami Vaarala
10 years ago
2 changed files with 16 additions and 5 deletions
Loading…
Reference in new issue