summaryrefslogtreecommitdiff
path: root/deps/v8/test/webkit/fast/js/Promise-static-cast-expected.txt
blob: 2fc50697745e77633b9571c329286e1659c04e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Test Promise.resolve as cast

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

PASS promise is value
PASS result is undefined
PASS result2 is undefined
PASS result is "hello"
PASS result2 is 42
PASS fulfilled
PASS successfullyParsed is true

TEST COMPLETE