Files
Kmake/deps/v8/test/webkit/fast/js/Promise-then-callback-receiver-expected.txt

13 lines
289 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
Test whether then callback receivers are correctly set.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS fulfilled
PASS thisInOnFulfilled is undefined
PASS rejected
PASS thisInOnRejected is undefined
PASS successfullyParsed is true
TEST COMPLETE