Comment #6 on issue 1593 by [email protected]: Bad wording in instanceof check
http://code.google.com/p/v8/issues/detail?id=1593

I don't know the first thing about the V8 codebase, but isn't the fix just to change line 364 in //src/v8/src/runtime.js from:
throw %MakeTypeError('instanceof_function_expected', [V]);
to:
throw %MakeTypeError('instanceof_function_expected', [F]);

https://code.google.com/p/chromium/codesearch#chromium/src/v8/src/runtime.js&q=instanceof_function_expected&sq=package:chromium&type=cs&l=364

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
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/groups/opt_out.

Reply via email to