blob: 4b54b3fa1304a435f075aba767db255c33728758 [file] [edit]
// Copyright (C) 2018 Leo Balter. All rights reserved.
// Copyright (C) 2016 the V8 project authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-module-namespace-exotic-objects-preventextensions
desc: The [[PreventExtensions]] internal method returns `true`
template: namespace
---*/
//- import
import('./empty_FIXTURE.js')
//- body
assert.sameValue(Reflect.preventExtensions(ns), true);