| Index: client/dom/generated/src/frog/Console.dart
|
| diff --git a/client/dom/generated/src/frog/Console.dart b/client/dom/generated/src/frog/Console.dart
|
| index ee141f85e2bcbe74b9acee6a1c49003811146452..5f2b1236b3b5ee00f2cb5d136ec8af4d5cb2f0cc 100644
|
| --- a/client/dom/generated/src/frog/Console.dart
|
| +++ b/client/dom/generated/src/frog/Console.dart
|
| @@ -3,6 +3,8 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
|
|
|
| MemoryInfo memory;
|
|
|
| + List profiles;
|
| +
|
| void assert(bool condition) native;
|
|
|
| void count() native;
|
| @@ -27,6 +29,10 @@ class Console native "=(typeof console == 'undefined' ? {} : console)" {
|
|
|
| void markTimeline() native;
|
|
|
| + void profile(String title) native;
|
| +
|
| + void profileEnd(String title) native;
|
| +
|
| void time(String title) native;
|
|
|
| void timeEnd(String title) native;
|
|
|