Bert Belder
|
7a480fd563
|
Run clang-format (#582)
|
2021-01-11 19:38:20 -08:00 |
|
Inteon
|
dbc0509f2a
|
add basic serializer bindings (#442)
|
2020-10-06 18:39:38 +02:00 |
|
Bert Belder
|
b3f9cb1f01
|
Work around a bug in the V8 headers (#463)
|
2020-09-09 12:07:11 +02:00 |
|
Bert Belder
|
9ad0d35718
|
Upgrade V8 to 8.4.300 (#368)
|
2020-05-06 03:48:19 +02:00 |
|
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 |
|
Ryan Dahl
|
d42099f9cc
|
Add comments to make_pod (#295)
Remove unused padding.
|
2020-02-28 17:48:59 -08:00 |
|
Bert Belder
|
5e99489c3b
|
Use make_pod to convert Global<T> to T* (#297)
|
2020-02-28 17:31:22 -08:00 |
|
Bert Belder
|
76a480e6ff
|
Add ArrayBuffer::get_backing_store() and new_with_backing_store() (#135)
|
2019-12-26 18:06:43 +01:00 |
|
Bert Belder
|
c107eb871f
|
Add global (a.k.a Persistent) handles (#112)
|
2019-12-22 01:30:22 +01:00 |
|
Bert Belder
|
0a855e2a64
|
Move all support functions inside 'namespace support' (#76)
|
2019-12-18 18:14:28 +01:00 |
|
Bert Belder
|
150c27e4c8
|
Represent v8::Maybe<bool> in rust as Option<bool> (#73)
|
2019-12-18 18:02:46 +01:00 |
|
Bert Belder
|
ff843d6e18
|
Run clang-format (#72)
|
2019-12-18 14:37:33 +01:00 |
|
Bartek Iwańczuk
|
a6caa5a42d
|
add v8::Promise (#56)
|
2019-12-14 09:18:30 +08:00 |
|
Bert Belder
|
f106ab5b10
|
Running a minimal script (#32)
|
2019-12-04 19:02:21 +01:00 |
|
Bert Belder
|
d91f0269fa
|
Basic Local<String> support (#27)
|
2019-12-04 08:17:13 +01:00 |
|
Bert Belder
|
011b9f31a7
|
First pass at HandleScope (#18)
|
2019-11-27 07:14:39 -08:00 |
|
Ryan Dahl
|
fd6f0785a2
|
First pass at build with cargo_gn
|
2019-10-31 18:38:14 -04:00 |
|
Bert Belder
|
6a24523334
|
wip
|
2019-10-20 16:48:12 -07:00 |
|