0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-01 12:15:46 -05:00
denoland-rusty-v8/src
2024-02-09 20:39:30 +00: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 Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
context.rs feat: Add the option to disable generation from strings (#1222) 2023-04-30 12:29:40 +02: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 fix: better fix for empty Uint8Array (#1329) 2023-09-22 17:34:30 +00:00
fixed_array.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
function.rs feat: add call_with_context to v8::Function (#1350) 2023-10-26 12:28:14 -06: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 isolate->GetCppHeap() can return nullptr if no heap is attached (#1385) 2024-01-06 18:05:15 +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 cppgc bindings (#1336) 2023-10-30 20:40:15 +05:30
module.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01:00
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 Rolling to V8 12.0.267.1 (#1361) 2023-11-01 01:26:06 +01: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 feat: allow v8::Data as a generic for get_*_from_snapshot_once (#1393) 2024-02-09 20:39:30 +00:00
script.rs Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
script_compiler.rs Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
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 Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
string.rs chore: bump deps (#1376) 2023-12-08 16:34:34 -07:00
support.h Run clang-format (#582) 2021-01-11 19:38:20 -08:00
support.rs chore: update Rust to 1.65.0 (#1116) 2022-11-25 14:32:52 +01: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 Add v8::NamedPropertyHandlerConfiguration::*_raw methods (#1273) 2023-07-09 22:40:15 +02:00
typed_array.rs Rolling to V8 12.0.267.1 (#1361) 2023-11-01 01:26:06 +01:00
unbound_module_script.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
unbound_script.rs Inline API functions (#1078) 2022-09-21 08:15:33 +05:30
V8.rs refactor: migrate from lazy_static to once_cell (#1210) 2023-04-21 15:01:27 +05:30
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 Upgrade to V8 12.1.285.6 (#1374) 2024-01-05 18:50:42 +05:30
wasm.rs Add WasmMemoryObject::buffer method (#1128) 2022-11-23 21:44:37 +05:30