mirror of
https://github.com/tc39/test262.git
synced 2025-05-31 04:00:34 +02:00
Improve "info" meta of replacer with deleted property test
This commit is contained in:
parent
dc21d6b0a4
commit
d2b5f63a15
@ -5,10 +5,17 @@ esid: sec-serializejsonproperty
|
|||||||
description: >
|
description: >
|
||||||
Replacer function is called on properties, deleted during stringification.
|
Replacer function is called on properties, deleted during stringification.
|
||||||
info: |
|
info: |
|
||||||
JSON.stringify ( value [ , replacer [ , space ] ] )
|
SerializeJSONObject ( value )
|
||||||
|
|
||||||
[...]
|
[...]
|
||||||
12. Return ? SerializeJSONProperty(the empty String, wrapper).
|
5. If PropertyList is not undefined, then
|
||||||
|
[...]
|
||||||
|
6. Else,
|
||||||
|
a. Let K be ? EnumerableOwnPropertyNames(value, key).
|
||||||
|
[...]
|
||||||
|
8. For each element P of K, do
|
||||||
|
a. Let strP be ? SerializeJSONProperty(P, value).
|
||||||
|
[...]
|
||||||
|
|
||||||
SerializeJSONProperty ( key, holder )
|
SerializeJSONProperty ( key, holder )
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user