Revision: 23337
Author:   [email protected]
Date:     Mon Aug 25 07:48:58 2014 UTC
Log:      Remove mention of `RegExp.$input`

[email protected], [email protected]
BUG=v8:3486
LOG=N

Review URL: https://codereview.chromium.org/503703002

Patch from Mathias Bynens <[email protected]>.
https://code.google.com/p/v8/source/detail?r=23337

Modified:
 /branches/bleeding_edge/src/regexp.js

=======================================
--- /branches/bleeding_edge/src/regexp.js       Wed Aug 20 09:43:00 2014 UTC
+++ /branches/bleeding_edge/src/regexp.js       Mon Aug 25 07:48:58 2014 UTC
@@ -394,7 +394,7 @@
   // The length of compile is 1 in SpiderMonkey.
   %FunctionSetLength($RegExp.prototype.compile, 1);

- // The properties input, $input, and $_ are aliases for each other. When this
+  // The properties `input` and `$_` are aliases for each other.  When this
   // value is set the value it is set to is coerced to a string.
   // Getter and setter for the input.
   var RegExpGetInput = function() {

--
--
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.

Reply via email to