summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorSam Ruby <rubys@intertwingly.net>2018-06-29 12:49:36 -0400
committerAnna Henningsen <anna@addaleax.net>2018-07-13 18:57:16 +0200
commit4d42083d1a2a5632589e79aa3b780a7d7c93a2e1 (patch)
tree85873beed4168053f20e97a084a687d75413bfa4 /configure
parent949e8851484c016c07f6cc9e5889f0f2e56baf2a (diff)
downloadandroid-node-v8-4d42083d1a2a5632589e79aa3b780a7d7c93a2e1.tar.gz
android-node-v8-4d42083d1a2a5632589e79aa3b780a7d7c93a2e1.tar.bz2
android-node-v8-4d42083d1a2a5632589e79aa3b780a7d7c93a2e1.zip
repl: make own properties shadow prototype properties
Previously, the code displayed properties backwards (e.g., showing prototype properties before own properties). It also did uniqueness checks during this processing, so these checks were done backwards. After this change, the properties continue to be displayed backwards, but the uniqueness checks are done in the proper order. See also: https://github.com/nodejs/node/issues/21586 which was discovered during the testing of this fix. Fixes: https://github.com/nodejs/node/issues/15199 PR-URL: https://github.com/nodejs/node/pull/21588 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions