v8/test/mjsunit/es6/debug-promises
adamk 4b8200078a Remove unnecessary coupling between Promise tests and Object.observe
Many mjsunit tests (as well as the promises-aplus adapter scripts) were
using Object.observe simply for microtask-enqueueing purposes. Replaced
such uses with %EnqueueMicrotask.

Review URL: https://codereview.chromium.org/1246933002

Cr-Commit-Position: refs/heads/master@{#29779}
2015-07-21 17:17:07 +00:00
..
async-task-event.js
events.js
reentry.js
reject-after-resolve.js
reject-caught-all.js
reject-caught-by-default-reject-handler.js
reject-caught-late.js
reject-caught-uncaught.js
reject-in-constructor.js
reject-uncaught-all.js
reject-uncaught-late.js
reject-uncaught-uncaught.js
reject-with-invalid-reject.js
reject-with-throw-in-reject.js
reject-with-undefined-reject.js
resolve-after-aborted-try-finally.js
resolve-after-try-catch.js
rethrow-in-try-finally.js
throw-caught-all.js
throw-caught-by-default-reject-handler.js
throw-caught-late.js
throw-caught-uncaught.js
throw-eventually-caught.js
throw-in-constructor.js
throw-uncaught-all.js
throw-uncaught-uncaught.js
throw-with-throw-in-reject.js
throw-with-undefined-reject.js
try-reject-in-constructor.js
try-throw-reject-in-constructor.js