test262/src/dstr-binding/obj-init-null.case
2016-05-10 11:51:44 -04:00

20 lines
419 B
Plaintext

// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
template: error
desc: Value specifed for object binding pattern must be object coercible (null)
info: |
Runtime Semantics: BindingInitialization
ObjectBindingPattern : { }
1. Return NormalCompletion(empty).
---*/
//- elems
{}
//- vals
null
//- error
TypeError