Commit b3d793e
[api] Introduce ReturnValue::Get
This is a convenience API that an embedder can use to do final checks on
the return value. Note that this creates a new handle and thus defeats
the performance optimization done for ReturnValue - an embedder should
only use this in non-performance critical code paths.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/1875263003
Cr-Commit-Position: refs/heads/master@{#35409}1 parent 0f0d349 commit b3d793e
3 files changed
Lines changed: 28 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
333 | 335 | | |
334 | 336 | | |
335 | 337 | | |
| |||
3127 | 3129 | | |
3128 | 3130 | | |
3129 | 3131 | | |
3130 | | - | |
| 3132 | + | |
3131 | 3133 | | |
3132 | 3134 | | |
3133 | 3135 | | |
3134 | 3136 | | |
3135 | 3137 | | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
| 3141 | + | |
| 3142 | + | |
3136 | 3143 | | |
3137 | 3144 | | |
3138 | 3145 | | |
| |||
7334 | 7341 | | |
7335 | 7342 | | |
7336 | 7343 | | |
| 7344 | + | |
7337 | 7345 | | |
7338 | 7346 | | |
7339 | 7347 | | |
| |||
7813 | 7821 | | |
7814 | 7822 | | |
7815 | 7823 | | |
7816 | | - | |
7817 | | - | |
| 7824 | + | |
| 7825 | + | |
7818 | 7826 | | |
7819 | 7827 | | |
7820 | 7828 | | |
7821 | 7829 | | |
7822 | | - | |
7823 | | - | |
| 7830 | + | |
| 7831 | + | |
| 7832 | + | |
| 7833 | + | |
| 7834 | + | |
| 7835 | + | |
| 7836 | + | |
| 7837 | + | |
| 7838 | + | |
| 7839 | + | |
7824 | 7840 | | |
7825 | 7841 | | |
7826 | 7842 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
549 | 549 | | |
550 | 550 | | |
551 | 551 | | |
| 552 | + | |
552 | 553 | | |
553 | 554 | | |
554 | 555 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| |||
0 commit comments