Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(283)

Unified Diff: test/mjsunit/runtime-gen/debugasynctaskevent.js

Issue 362783002: Introduce debug events for Microtask queue. (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: addressed Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/es7/object-observe-debug-event.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/debugasynctaskevent.js
diff --git a/test/mjsunit/runtime-gen/debugpromiseevent.js b/test/mjsunit/runtime-gen/debugasynctaskevent.js
similarity index 87%
copy from test/mjsunit/runtime-gen/debugpromiseevent.js
copy to test/mjsunit/runtime-gen/debugasynctaskevent.js
index 8f5020b94af1b2d1f01978e862342a058450a51b..e87b172deb5c506ea594464fba58545c7f51e075 100644
--- a/test/mjsunit/runtime-gen/debugpromiseevent.js
+++ b/test/mjsunit/runtime-gen/debugasynctaskevent.js
@@ -2,4 +2,4 @@
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
var _data = new Object();
-%DebugPromiseEvent(_data);
+%DebugAsyncTaskEvent(_data);
« no previous file with comments | « test/mjsunit/es7/object-observe-debug-event.js ('k') | tools/generate-runtime-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698