Philip Chimento
d87a7da6e1
Replace Object.hasOwnProperty.call with Object.prototype.hasOwnProperty.call
...
While we're at it, use assert() instead of assert.sameValue() for brevity,
if we are not specifically testing that the return value of hasOwnProperty
is the value true or false; and add more informative assertion messages to
help with debugging.
In some cases, the Object.hasOwnProperty.call could be replaced with
verifyProperty(), if the property descriptor was also being verified at
the same time.
This fixes some tests that were faulty to begin with: a common mistake was
Object.hasOwnProperty(obj, prop) which is probably going to return false
when that's not what you want.
The only instances left of `Object.hasOwnProperty` are one regression test
in implementation-contributed which I can't tell if it was intentionally
needed to trigger the regression, and a few instances of
`Object.hasOwnProperty('prototype')` which would defeat the purpose to
convert into `Object.prototype.hasOwnProperty.call(Object, 'prototype')`
form.
Closes : #3524
2022-11-30 16:04:02 -08:00
..
2018-09-14 12:32:18 -04:00
2018-12-20 12:56:10 -05:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-21 10:51:10 -05:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-10-26 16:49:02 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2019-01-17 19:35:54 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2019-01-17 19:35:57 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:07 +00:00
2018-09-14 12:32:18 -04:00
2018-11-30 19:09:20 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2019-01-17 19:35:57 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-11-26 15:01:59 -05:00
2018-09-14 12:32:18 -04:00
2019-02-04 19:41:17 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-10-11 18:43:53 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-18 11:54:55 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-10 19:18:21 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2019-02-04 19:41:17 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-10-03 18:37:00 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-11 18:43:56 +00:00
2018-10-18 11:54:55 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-10-08 18:40:25 +00:00
2018-10-03 18:37:04 +00:00
2018-10-03 18:37:04 +00:00
2018-10-03 18:37:04 +00:00
2018-10-03 18:37:04 +00:00
2018-10-03 18:37:04 +00:00
2018-10-03 18:37:04 +00:00
2018-10-25 09:52:37 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2022-11-30 16:04:02 -08:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:07 +00:00
2018-09-14 12:32:18 -04:00
2018-10-05 15:42:18 -04:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-10-31 12:37:25 -04:00
2018-10-31 12:37:25 -04:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:03 +00:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:07 +00:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:07 +00:00
2022-11-30 16:04:02 -08:00
2018-10-05 15:42:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:03 +00:00
2019-02-04 19:41:17 +00:00
2018-09-14 12:32:18 -04:00
2018-12-15 19:18:03 +00:00
2018-12-15 19:18:07 +00:00
2018-09-14 12:32:18 -04:00
2022-11-02 15:58:33 -07:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00
2018-09-14 12:32:18 -04:00