frontmatter-string.js (310B)
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 info: | 6 Information 7 flags: [noStrict] 8 description: | 9 pending 10 esid: pending 11 ---*/ 12 async function f() { 13 let 14 await 0; 15 } 16 17 assert.sameValue(true, f instanceof Function);