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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 230863005: Initial UserTag and dart:profiler library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index e6038e0c453b3221ac33c6fe41e57686204b7be3..4eb3e3c3a4ce7d5582db6b463ae9aaef3d205332 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -348,6 +348,9 @@ namespace dart {
V(WeakProperty_setValue, 2) \
V(Uri_isWindowsPlatform, 0) \
V(LibraryPrefix_load, 1) \
+ V(UserTag_new, 2) \
+ V(UserTag_label, 1) \
+ V(UserTag_makeCurrent, 1) \
class BootstrapNatives : public AllStatic {

Powered by Google App Engine
This is Rietveld 408576698