commit | 2584930fa1638c37c4cd4fa796c4103561f4a503 | [log] [tgz] |
---|---|---|
author | eseidel <[email protected]> | Mon Dec 15 22:06:44 2014 |
committer | Commit bot <[email protected]> | Mon Dec 15 22:07:05 2014 |
tree | 240d91609edd178aaa21f3daf8a34cc4bbfd2879 | |
parent | 390efc4cec77c5b3c234f891efc260e9f795a2bf [diff] |
Add more data to conversion failure messages in gin This CL also makes it more clear in gin when type coercion fails what argument (0-indexed) failed to convert and what js type was seen in the process. I started down the path of logging the c++ destination type as well, but found I couldn't with our current RTTI-less build. This was already reviewed in: https://codereview.chromium.org/798163002/ before I realized that gin was maintained in chromium. [email protected] BUG= Review URL: https://codereview.chromium.org/805993002 Cr-Commit-Position: refs/heads/master@{#308435}