0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-21 15:04:33 -05:00
denoland-rusty-v8/src
Aaron ab742578f6
Impl Drop for CTypeInfo (#1452)
This deallocates the C++ allocation, preventing a memory leak
2024-04-13 08:07:15 -06:00
..
array_buffer.rs fix: arraybuffer init from vec was broken if vec reallocated to box (#1341) 2023-10-03 09:17:18 -06:00
array_buffer_view.rs feat: add get_backing_store to ArrayBufferView (#1342) 2023-10-03 15:23:59 +00:00
bigint.rs Fix misleading BigInt rustdoc (#1379) 2024-02-03 17:44:56 +00:00
binding.cc Impl Drop for CTypeInfo (#1452) 2024-04-13 08:07:15 -06:00
context.rs Add v8::MicrotaskQueue bindings (#1423) 2024-03-14 15:37:01 +00:00
cppgc.rs Retrieve value from cppgc::Member handle (#1388) 2024-01-10 04:30:54 +00:00
data.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
date.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
exception.rs feat: Add v8::StackTrace::current_script_name_or_source_url (#1211) 2023-04-21 19:09:56 +02:00
external.rs chore: update to Rust 1.66.0 (#1156) 2022-12-21 00:11:23 +01:00
external_references.rs chore: Add Debug for ExternalReference (#1272) 2023-07-11 10:09:29 -06:00
fast_api.rs Impl Drop for CTypeInfo (#1452) 2024-04-13 08:07:15 -06:00
fixed_array.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
function.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
gc.rs Improved ObjectTemplate::set_*_handlers (#1237) 2023-05-26 13:14:18 +02:00
get_property_names_args_builder.rs Improved ObjectTemplate::set_*_handlers (#1237) 2023-05-26 13:14:18 +02:00
handle.rs Fix busted doc comment (#1392) 2024-02-03 17:44:27 +00:00
icu.rs Rolling to V8 11.7.439.1 (#1296) 2023-08-08 23:29:54 +00:00
inspector.rs Avoid referencing uninitalized in Inspector API (#1164) 2023-01-15 20:00:38 +05:30
isolate.rs Add Isolate::date_time_configuration_change_notification (#1446) 2024-04-12 23:45:46 +00:00
isolate_create_params.rs Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
json.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
lib.rs Add Isolate::date_time_configuration_change_notification (#1446) 2024-04-12 23:45:46 +00:00
microtask.rs feat: Add v8::MicrotaskQueue::new() (#1440) 2024-03-16 04:00:57 +00:00
module.rs V8 12.3.219.9 (#1419) 2024-03-08 23:52:23 +05:30
name.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
number.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
object.rs fix: mispelling in C binding (#1439) 2024-03-16 03:32:28 +00:00
platform.rs fix: crash on x86_64 systems that support memory protection keys (#1318) 2023-09-12 23:26:42 +00:00
primitive_array.rs chore: update to Rust 1.70.0 (#1277) 2023-07-11 12:50:03 -06:00
primitives.rs use Isolate for creating primitives (#1082) 2022-10-06 20:44:16 +02:00
private.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01:00
promise.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01:00
property_attribute.rs Improved ObjectTemplate::set_*_handlers (#1237) 2023-05-26 13:14:18 +02:00
property_descriptor.rs Improved ObjectTemplate::set_*_handlers (#1237) 2023-05-26 13:14:18 +02:00
property_filter.rs Improved ObjectTemplate::set_*_handlers (#1237) 2023-05-26 13:14:18 +02:00
property_handler_flags.rs Remove AllCanRead flag from PropertyHandlerFlags (#1387) 2024-01-10 08:21:04 +05:30
proxy.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01:00
scope.rs chore: Allow Rust ASAN flags to propagate into v8 build (#1449) 2024-04-12 15:26:06 -06:00
script.rs Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
script_compiler.rs feat: pass source as mut ref to script_compiler::compile (#1420) 2024-03-12 16:55:29 -07:00
script_or_module.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
shared_array_buffer.rs fix: arraybuffer init from vec was broken if vec reallocated to box (#1341) 2023-10-03 09:17:18 -06:00
snapshot.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
string.rs feat: Add string access methods to OneByteConst (#1409) 2024-03-01 10:55:02 -07:00
support.h Run clang-format (#582) 2021-01-11 19:38:20 -08:00
support.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
symbol.rs fix(Symbol): deprecate for_global in favour of for_key and for_api (#1324) 2023-09-18 17:48:13 -06:00
template.rs feat: Add IndexedPropertyHandlerConfiguration::*_raw methods (#1426) 2024-03-13 15:59:39 +01:00
typed_array.rs Rolling to V8 12.0.267.1 (#1361) 2023-11-01 01:26:06 +01:00
unbound_module_script.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
unbound_script.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
V8.rs chore: Allow Rust ASAN flags to propagate into v8 build (#1449) 2024-04-12 15:26:06 -06:00
value.rs feat: Add v8::Value::type_repr() (#1285) 2023-07-21 09:42:18 -06:00
value_deserializer.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01:00
value_serializer.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00
wasm.rs chore: bump rust-toolchain (#1408) 2024-03-01 17:28:17 +00:00