nodejs/deps/v8/test/webkit/fast/js/Promise-then-callback-receiver-expected.txt
2014-04-02 00:05:24 +04:00

13 lines
289 B
Plaintext

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