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

Unified Diff: src/shared/natives.h

Issue 1375373004: Use the event-handler for timers. (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 3 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 | « lib/async/async_patch.dart ('k') | src/vm/event_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/natives.h
diff --git a/src/shared/natives.h b/src/shared/natives.h
index 02157781dc9ac1a5290500aa45dc14a9007aec81..7227e657f682e433a43d9da95a82b8e580afa26a 100644
--- a/src/shared/natives.h
+++ b/src/shared/natives.h
@@ -135,6 +135,8 @@ namespace fletch {
N(StopwatchFrequency, "Stopwatch", "_frequency") \
N(StopwatchNow, "Stopwatch", "_now") \
\
+ N(TimerScheduleTimeout, "_FletchTimer", "_scheduleTimeout") \
+ \
N(ForeignLibraryLookup, "ForeignLibrary", "_lookupLibrary") \
N(ForeignLibraryClose, "ForeignLibrary", "_closeLibrary") \
N(ForeignLibraryGetFunction, "ForeignLibrary", "_lookupFunction") \
« no previous file with comments | « lib/async/async_patch.dart ('k') | src/vm/event_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698