0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-12-27 01:29:19 -05:00
denoland-rusty-v8/src
github-actions[bot] b91d363d2f
Rolling to V8 10.0.139.6 (#915)
Co-authored-by: Luca Casonato <hello@lcas.dev>
2022-03-09 14:41:46 +01:00
..
array_buffer.rs fix: segfault when dropping BackingStore constructed from empty slice (#851) 2021-12-13 15:37:59 -08: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 Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
context.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
data.rs feat: Add v8::CompiledWasmModule (#776) 2021-09-17 12:02:40 -04: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 Add v8::FunctionCallbackInfo::NewTarget bindings (#898) 2022-02-11 20:51:13 +05:30
handle.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +01:00
icu.rs Rename set_common_data to set_common_data_69 (#702) 2021-06-18 06:55:38 -04:00
inspector.rs feat: add V8InspectorSession::can_dispatch_method (#746) 2021-08-09 15:53:30 +02:00
isolate.rs Rolling to V8 10.0.139.6 (#915) 2022-03-09 14:41:46 +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 Upgrade V8 to 9.4.146.2 (#753) 2021-08-15 15:13:08 +02:00
name.rs update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05:00
number.rs Add 'Value::same_value_zero()' (#414) 2020-07-04 07:11:04 +02:00
object.rs Add v8::Object::HasOwnProperty bindings (#897) 2022-02-11 10:04:14 +05:30
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 update copyrights to 2021 (#620) 2021-02-13 07:31:18 -05: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 chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
symbol.rs Rolling to V8 9.7.106.2 (#827) 2021-11-08 01:24:05 +01:00
template.rs chore: upgrade Rust to 1.59.0 (#909) 2022-03-02 17:30:58 +05:30
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 Add v8::Value::InstanceOf bindings (#879) 2022-02-11 08:27:56 +05:30
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