Files
Kmake/deps/v8/test/webkit/fast/js/Promise-resolve-with-then-reject-expected.txt

14 lines
302 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Test whether Promise treats thenable correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
The promise is not rejected now.
PASS value.then is called.
PASS thisValue is value
PASS rejected
PASS result is "hello"
PASS successfullyParsed is true
TEST COMPLETE