Bert Belder
|
d1ac68f0c8
|
Always use raw pointers to send V8 handles between C++ and Rust (#349)
And other pointer usage touch-ups on the C++ side:
- const parameters are passed by & reference.
- mutable parameters are passed by * pointer.
|
2020-04-14 00:34:32 +02:00 |
|
Bert Belder
|
c205e73138
|
Generate Deref implementations for subtypes of v8::Data (#160)
|
2019-12-31 18:33:45 +01:00 |
|
Bert Belder
|
9a72f62bd6
|
Add complete V8 type hierarchy (#148)
|
2019-12-30 19:06:45 +01:00 |
|
Bert Belder
|
934dd16e89
|
Clean up and remove AsRef/AsMut implementations (#130)
|
2019-12-25 12:40:14 +01:00 |
|
Bert Belder
|
ae4b48eb22
|
Get rid of HandleScope closure, add CallbackScope (#119)
|
2019-12-25 00:31:36 +01:00 |
|
Andy Finch
|
37a13ae18c
|
add v8::ArrayBufferView (#101)
|
2019-12-24 05:50:30 -05:00 |
|