summaryrefslogtreecommitdiff
path: root/cli/rt/40_performance.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/rt/40_performance.js')
-rw-r--r--cli/rt/40_performance.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/cli/rt/40_performance.js b/cli/rt/40_performance.js
index 573fc8051..3d8be6031 100644
--- a/cli/rt/40_performance.js
+++ b/cli/rt/40_performance.js
@@ -70,11 +70,11 @@
}
constructor(
- name,
- entryType,
- startTime,
- duration,
- key,
+ name = null,
+ entryType = null,
+ startTime = null,
+ duration = null,
+ key = null,
) {
if (key != illegalConstructorKey) {
throw new TypeError("Illegal constructor.");
@@ -185,7 +185,7 @@
}
class Performance {
- constructor(key) {
+ constructor(key = null) {
if (key != illegalConstructorKey) {
throw new TypeError("Illegal constructor.");
}