Reviewers: jarin,
Message:
Mind taking a look at this trivial cleanup CL, Jaroslav?
-mike
Description:
Cleanup: Remove unused 'non_object_property_call' message.
Please review this at https://codereview.chromium.org/195983019/
SVN Base: git://github.com/v8/v8.git@master
Affected files (+0, -1 lines):
M src/messages.js
Index: src/messages.js
diff --git a/src/messages.js b/src/messages.js
index
fbe9151f1ed592154d462280e1f7ecd506fa8529..d1372723e2dee04899475b51a5b17850dc11d706
100644
--- a/src/messages.js
+++ b/src/messages.js
@@ -64,7 +64,6 @@ var kMessages = {
not_defined: ["%0", " is not defined"],
non_object_property_load: ["Cannot read property '", "%0", "'
of ", "%1"],
non_object_property_store: ["Cannot set property '", "%0", "'
of ", "%1"],
- non_object_property_call: ["Cannot call method '", "%0", "'
of ", "%1"],
with_expression: ["%0", " has no properties"],
illegal_invocation: ["Illegal invocation"],
no_setter_in_callback: ["Cannot set property ", "%0", "
of ", "%1", " which has only a getter"],
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.