1 // Copyright (C) 2015 the V8 project authors. All rights reserved.
2 // This code is governed by the BSD license found in the LICENSE file.
6 Reflect.deleteProperty.name value and property descriptor
8 26.1.4 Reflect.deleteProperty ( target, propertyKey )
10 17 ECMAScript Standard Built-in Objects
12 includes: [propertyHelper.js]
17 Reflect.deleteProperty.name, 'deleteProperty',
18 'The value of `Reflect.deleteProperty.name` is `"deleteProperty"`'
21 verifyNotEnumerable(Reflect.deleteProperty, 'name');
22 verifyNotWritable(Reflect.deleteProperty, 'name');
23 verifyConfigurable(Reflect.deleteProperty, 'name');