blob: 8c3b7409f73fdf66814e236d02ede4a77a222a21 [file] [log] [blame] [edit]
// Copyright (C) 2020 Rick Waldron. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-ecmascript-standard-built-in-objects
desc: >
new SubPromise() instanceof Promise
features: [Promise]
template: default
---*/
//- builtin
Promise
//- args
() => {}