Divy Srivastava
|
9f78b0abe7
|
Inline API functions (#1078)
|
2022-09-21 08:15:33 +05:30 |
|
Aapo Alasuutari
|
d8480fc7ef
|
Add Uint32 / Int32 Value method bindings (#1030)
|
2022-07-13 09:33:55 +05:30 |
|
Bert Belder
|
d3f6e4d36c
|
Add 'Value::same_value_zero()' (#414)
|
2020-07-04 07:11:04 +02:00 |
|
Bert Belder
|
3b6ed67f5e
|
Rewrite the scope system from scratch (#406)
|
2020-06-26 01:42:00 +02:00 |
|
Bert Belder
|
8a4dc30445
|
Rename to_local() to cast_local(), use a closure (#406)
This makes it possible to add a run-time check that verifies that the
specified closure is actually the one that contains the local handle.
|
2020-06-19 20:18:07 +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 |
|
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
|
ae4b48eb22
|
Get rid of HandleScope closure, add CallbackScope (#119)
|
2019-12-25 00:31:36 +01:00 |
|
Bartek Iwańczuk
|
25c4f7f4d0
|
add v8::EscapableHandleScope (#113)
|
2019-12-22 15:05:39 +01:00 |
|
Bert Belder
|
331582561b
|
Add Local lifetimes back (#95)
|
2019-12-21 02:11:54 +01:00 |
|
Ry Dahl
|
68742be011
|
Remove lifetimes from Local, HandleScope, Locker (#90)
add v8_str
|
2019-12-19 23:36:29 -05:00 |
|
Ryan Dahl
|
887af28790
|
Remove LockedIsolate
|
2019-12-19 20:32:47 -05:00 |
|
Ry Dahl
|
11ba352065
|
Rename CxxIsolate to Isolate and Isolate to OwnedIsolate (#85)
|
2019-12-19 19:15:52 -05:00 |
|
Bartek Iwańczuk
|
54a7c0ff33
|
add docs to various structs (#82)
|
2019-12-19 14:14:19 +01:00 |
|
Bartek Iwańczuk
|
7b094328ea
|
add v8::ReturnValue (#66)
|
2019-12-15 06:14:09 +08:00 |
|
Andy Finch
|
f37085c370
|
automatically convert from Local<T> to Local<Value> (#61)
|
2019-12-14 10:40:54 +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 |
|