implicit-includes.js (393B)
1 // Copyright (C) 2024 Igalia S.L. All rights reserved. 2 // This code is governed by the BSD license found in the LICENSE file. 3 4 /*--- 5 includes: [include.js, deepEqual.js, compareArray.js] 6 flags: [noStrict] 7 description: | 8 pending 9 esid: pending 10 ---*/ 11 assert.sameValue("", ""); 12 assert.deepEqual("", ""); 13 assert.compareArray([], []); 14 $262.detachArrayBuffer(new ArrayBuffer()); 15 createNewGlobal();