Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/mjsunit.js')
-rw-r--r--deps/v8/test/mjsunit/mjsunit.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/mjsunit.js b/deps/v8/test/mjsunit/mjsunit.js
index 58dcd6c9ed1..0aeb3862ca1 100644
--- a/deps/v8/test/mjsunit/mjsunit.js
+++ b/deps/v8/test/mjsunit/mjsunit.js
@@ -295,7 +295,7 @@ var prettyPrinted;
default:
return objectClass + "(" + String(value) + ")";
}
- // [[Class]] is "Object".
+ // classOf() returned "Object".
var name = value.constructor.name;
if (name) return name + "()";
return "Object()";