Commit cf02f73
Gabriel Schulhof
examples: fix abort in nan version of 7_object_wrap
When creating a prototype method, the `FunctionTemplate` must be
attached to the `PrototypeTemplate`, not the resulting `Function`.
Fixes: #64
PR-URL: #70
Reviewed-By: Nicola Del Gobbo <nicoladelgobbo@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>1 parent 41cda31 commit cf02f73
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments