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

Unified Diff: pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart

Issue 2752163002: Format all dart dev compiler files (Closed)
Patch Set: Created 3 years, 9 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: pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
index 4cefe98820cdd4dc8bd15be1b1d44265ec526b43..07fbcb84f0a5cad78ecd8156a1140c8ffbe3ead7 100644
--- a/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
+++ b/pkg/dev_compiler/tool/input_sdk/patch/developer_patch.dart
@@ -23,13 +23,13 @@ Object inspect(Object object) {
@patch
void log(String message,
- {DateTime time,
- int sequenceNumber,
- int level: 0,
- String name: '',
- Zone zone,
- Object error,
- StackTrace stackTrace}) {
+ {DateTime time,
+ int sequenceNumber,
+ int level: 0,
+ String name: '',
+ Zone zone,
+ Object error,
+ StackTrace stackTrace}) {
// TODO.
}
@@ -50,7 +50,6 @@ void _postEvent(String eventKind, String eventData) {
// TODO.
}
-
@patch
bool _isDartStreamEnabled() {
return false;
@@ -61,6 +60,7 @@ int _getTraceClock() {
// TODO.
return _clockValue++;
}
+
int _clockValue = 0;
@patch
@@ -68,21 +68,15 @@ int _getThreadCpuClock() {
return -1;
}
-
@patch
-void _reportCompleteEvent(int start,
- int startCpu,
- String category,
- String name,
- String argumentsAsJson) {
+void _reportCompleteEvent(int start, int startCpu, String category, String name,
+ String argumentsAsJson) {
// TODO.
}
@patch
-void _reportInstantEvent(int start,
- String category,
- String name,
- String argumentsAsJson) {
+void _reportInstantEvent(
+ int start, String category, String name, String argumentsAsJson) {
// TODO.
}
@@ -97,13 +91,9 @@ int _getIsolateNum() {
}
@patch
-void _reportTaskEvent(int start,
- int taskId,
- String phase,
- String category,
- String name,
- String argumentsAsJson) {
- // TODO.
+void _reportTaskEvent(int start, int taskId, String phase, String category,
+ String name, String argumentsAsJson) {
+ // TODO.
}
@patch
« no previous file with comments | « pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart ('k') | pkg/dev_compiler/tool/input_sdk/patch/internal_patch.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698