summaryrefslogtreecommitdiffstats
path: root/js/src/tests/test262/built-ins/Promise/constructor.js
blob: 79e15dab44521a67e5ebae4a2eae0933c6ca55ce (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2019 Aleksey Shvayka. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
esid: sec-promise-executor
description: >
  The Promise constructor is a built-in function
---*/

assert.sameValue(typeof Promise, 'function');

reportCompare(0, 0);