blob: 29aebf2c5dab1a2e313593dd18f28fcbd8b50fa5 [file] [log] [blame] [edit]
// Copyright (C) 2017 Caio Lima. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
desc: >
TypeError is thrown when rhs is null because of 7.1.13 ToObject ( argument )
used by CopyDataProperties
template: error
esid: pending
features: [object-rest]
---*/
//- error
TypeError
//- setup
var rest;
//- elems
{...rest}
//- vals
null