0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-24 08:09:16 -05:00
denoland-rusty-v8/src
Aaron O'Mullan 7772779210
feat: v8::ArrayBuffer::new_backing_store_from_vec (#946)
So we can avoid `.into_boxed_slice()` calls which may require a (costly) memmove when instantiating from a Vec
2022-04-20 19:36:10 +02:00
..
array_buffer.rs feat: v8::ArrayBuffer::new_backing_store_from_vec (#946) 2022-04-20 19:36:10 +02:00
array_buffer_view.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
bigint.rs Revert "Fix rustdoc warnings (#526)" (#528) 2020-11-17 00:23:32 +01:00
binding.cc Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
context.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
data.rs Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
date.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
exception.rs feat: v8::StackTrace::CurrentStackTrace() bindings (#800) 2021-12-28 16:52:12 +01:00
external.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
external_references.rs feat: support adding raw pointers to ExternalReferences (#901) 2022-02-18 16:08:54 -08:00
fixed_array.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
function.rs feat: raw APIs to build v8::Functions from ptrs (#917) 2022-03-10 23:04:48 +01:00
handle.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
icu.rs Upgrade to ICU 70 (#919) 2022-03-10 09:27:22 -08:00
inspector.rs feat: add V8InspectorSession::can_dispatch_method (#746) 2021-08-09 15:53:30 +02:00
isolate.rs perf: avoid double boxing of Arc/Box/Rc in Isolate slot (#925) 2022-03-21 11:50:45 +01:00
isolate_create_params.rs feat: implement counter_lookup_callback (#756) 2021-08-19 14:05:48 +02:00
json.rs fix(json): relax lifetime for json_object (#778) 2021-09-13 23:34:17 +02:00
lib.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
module.rs Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
name.rs Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
number.rs Add 'Value::same_value_zero()' (#414) 2020-07-04 07:11:04 +02:00
object.rs Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
platform.rs Add support for Platform::pump_message_loop and Platform::run_idle_tasks (#706) 2021-07-01 16:05:07 +02:00
primitive_array.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
primitives.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
private.rs Make Private work with context-less HandleScope (#549) 2020-12-07 16:48:51 -05:00
promise.rs #[derive(Debug)] all the things (#468) 2020-11-18 15:17:25 +01:00
property_attribute.rs Add Object::define_own_property() (#228) 2020-01-20 11:16:24 -05:00
proxy.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
scope.rs chore: upgrade Rust to 1.57.0 (#856) 2021-12-14 21:25:10 -08:00
script.rs Upgrade V8 to 8.9.255.3 (#567) 2021-01-18 21:46:44 +01:00
script_compiler.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
script_or_module.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
shared_array_buffer.rs feat: v8::ArrayBuffer::new_backing_store_from_vec (#946) 2022-04-20 19:36:10 +02:00
snapshot.rs build: upgrade Rust to 1.49.0 (#601) 2021-02-07 23:49:07 +01:00
string.rs feat: add bindings for String::kMaxLength and TypedArray::kMaxLength (#904) 2022-02-22 21:23:28 -08:00
support.h Run clang-format (#582) 2021-01-11 19:38:20 -08:00
support.rs perf: avoid double boxing of Arc/Box/Rc in Isolate slot (#925) 2022-03-21 11:50:45 +01:00
symbol.rs Rolling to V8 9.7.106.2 (#827) 2021-11-08 01:24:05 +01:00
template.rs feat: raw APIs to build v8::Functions from ptrs (#917) 2022-03-10 23:04:48 +01:00
typed_array.rs feat: add bindings for String::kMaxLength and TypedArray::kMaxLength (#904) 2022-02-22 21:23:28 -08:00
unbound_module_script.rs Add bindings for v8::ScriptCompiler::CreateCodeCacheForFunction (#888) 2022-02-04 06:29:53 -08:00
unbound_script.rs Add bindings for v8::ScriptCompiler::CreateCodeCacheForFunction (#888) 2022-02-04 06:29:53 -08:00
V8.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
value.rs Sync V8 heap object type hierarchy with C++ (#929) 2022-03-25 03:15:30 +01:00
value_deserializer.rs chore: upgrade Rust to 1.59.0 (#909) 2022-03-02 17:30:58 +05:30
value_serializer.rs chore: upgrade Rust to 1.59.0 (#909) 2022-03-02 17:30:58 +05:30
wasm.rs Add aarch64-linux-android support (#860) 2022-01-04 21:32:48 +01:00