summaryrefslogtreecommitdiff
path: root/benchmark/url/url-resolve.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-02-19 17:03:16 -0800
committerRich Trott <rtrott@gmail.com>2016-02-22 11:09:26 -0800
commit4bb529d972afaa02d57a2ca29db33ac92f69b81d (patch)
tree362545fa9b9565b72d128b5ed0c9fd86c326633e /benchmark/url/url-resolve.js
parent65cd2a0f9689b1213bb13a8d48f38d8b9e4ff09f (diff)
downloadandroid-node-v8-4bb529d972afaa02d57a2ca29db33ac92f69b81d.tar.gz
android-node-v8-4bb529d972afaa02d57a2ca29db33ac92f69b81d.tar.bz2
android-node-v8-4bb529d972afaa02d57a2ca29db33ac92f69b81d.zip
benchmark: use strict mode
Apply strict mode to benchmark code. PR-URL: https://github.com/nodejs/node/pull/5336 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'benchmark/url/url-resolve.js')
-rw-r--r--benchmark/url/url-resolve.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/url/url-resolve.js b/benchmark/url/url-resolve.js
index 5f6c1f7600..18f67e82e3 100644
--- a/benchmark/url/url-resolve.js
+++ b/benchmark/url/url-resolve.js
@@ -1,3 +1,4 @@
+'use strict';
var common = require('../common.js');
var url = require('url');
var v8 = require('v8');