Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -47717,7 +47717,6 @@ <h1>
1. If _value_ is an Object and IsCallable(_value_) is *false*, then
1. Let _isArray_ be ? IsArray(_value_).
1. If _isArray_ is *true*, then
1. Assert: _value_ is an Array. _value_ is not a Proxy.
1. Return ? SerializeJSONArray(_state_, _value_).
1. Return ? SerializeJSONObject(_state_, _value_).
1. Return *undefined*.
Expand Down Expand Up @@ -47911,7 +47910,7 @@ <h1>
<h1>
SerializeJSONArray (
_state_: a JSON Serialization Record,
_value_: an Array,
_value_: an Array or a Proxy exotic object,
): either a normal completion containing a String or a throw completion
</h1>
<dl class="header">
Expand Down
Loading