blob: 0772e36f770a6e1af7df662f64018946c592d438 [file] [log] [blame] [edit]
// 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