Comment #2 on issue 2218 by [email protected]: HTML extensions to String.prototype must throw an error if the `this` object is not coercible (i.e. `null` or `undefined`)
http://code.google.com/p/v8/issues/detail?id=2218
I'm new to the V8 codebase but I'd like to contribute. Is this something I could take on to get acquainted with the process of contributing? It looks like there are just some checks needed for IS_NULL_OR_UNDEFINED in src/string.js for a few prototype functions, and then additional tests based on the above. Thanks!
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
