0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2024-11-24 15:19:31 -05:00
denoland-rusty-v8/src
Ben Noordhuis 5dc6117dd7
Fix ValueDeserializer::read_value() lifetime (#609)
The return value should have the lifetime of the context, not the
deserializer.

Fixes #607.
2021-02-10 07:27:27 +01:00
..
platform #[derive(Debug)] all the things (#468) 2020-11-18 15:17:25 +01:00
array_buffer.rs Expose ArrayBuffer::Allocator interface (#578) 2021-01-14 23:29:06 +01: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 Add Isolate::set_prepare_stack_trace_callback() (#594) 2021-02-08 13:11:48 +01:00
context.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
data.rs Add support for import assertions (#598) 2021-02-05 00:22:26 +01:00
date.rs Add Date::new() and Date::value_of() (#452) 2020-09-01 22:28:08 -04:00
exception.rs typo (#554) 2020-12-10 06:47:32 -05:00
external.rs 'External' handles can be created without entering a Context (#416) 2020-07-05 01:36:51 +02:00
external_references.rs #[derive(Debug)] all the things (#468) 2020-11-18 15:17:25 +01:00
fixed_array.rs Add support for import assertions (#598) 2021-02-05 00:22:26 +01:00
function.rs Add Isolate::set_wasm_streaming_callback() (#560) 2020-12-31 16:06:29 +01:00
handle.rs Isolate::thread_safe_handle() no longer requires mutable reference (#562) 2020-12-30 23:30:30 -08:00
icu.rs Fix doc comment in src/icu.rs (#608) 2021-02-09 23:12:42 +01:00
inspector.rs Add V8InspectorClientImpl::generate_unique_id() (#590) 2021-01-21 10:06:34 +01:00
isolate.rs Add Isolate::set_prepare_stack_trace_callback() (#594) 2021-02-08 13:11:48 +01:00
isolate_create_params.rs Add support for import assertions (#598) 2021-02-05 00:22:26 +01:00
json.rs Remove 'context' param from (almost) all public methods (#406) 2020-06-26 03:00:06 +02:00
lib.rs Support ICU (#603) 2021-02-09 09:17:02 -05:00
module.rs docs: add info about settings --harmony-import-assertions flag (#606) 2021-02-09 23:03:25 +01:00
name.rs Implement the 'Hash' trait for local and global handles (#415) 2020-07-08 10:27:34 +02:00
number.rs Add 'Value::same_value_zero()' (#414) 2020-07-04 07:11:04 +02:00
object.rs Add Object::get_private() and friends (#498) 2020-10-15 14:37:29 +02:00
primitive_array.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02: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 docs: Fix typo in scope module comment (#538) 2020-11-19 19:20:31 +01:00
script.rs Upgrade V8 to 8.9.255.3 (#567) 2021-01-18 21:46:44 +01:00
script_compiler.rs typo (#540) 2020-12-07 16:42:37 -05:00
script_or_module.rs Add more comments explaining why Local::from_raw() is appropriate (#389) 2020-05-31 19:39:08 +02:00
shared_array_buffer.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
snapshot.rs build: upgrade Rust to 1.49.0 (#601) 2021-02-07 23:49:07 +01:00
string.rs Add Value::to_rust_string_lossy() (#530) 2020-11-19 11:58:23 +01:00
support.h Run clang-format (#582) 2021-01-11 19:38:20 -08:00
support.rs Support setting OOM callback on Isolate (#585) 2021-01-16 10:30:38 +01:00
symbol.rs Make Symbol work with context-less HandleScope (#550) 2020-12-04 13:56:55 +01:00
template.rs Add FunctionBuilder (#512) 2020-12-07 17:03:46 -05:00
typed_array.rs add all TypedArray constructors (#482) 2020-10-06 14:16:22 -04:00
unbound_script.rs Add Script::get_unbound_script() and UnboundScript::bind_to_current_context() (#572) 2021-01-11 19:39:51 -08:00
V8.rs Remove set_flags_from_command_line_with_usage test (#570) 2021-01-07 22:42:30 +01:00
value.rs Add Value::to_rust_string_lossy() (#530) 2020-11-19 11:58:23 +01:00
value_deserializer.rs Fix ValueDeserializer::read_value() lifetime (#609) 2021-02-10 07:27:27 +01:00
value_serializer.rs add basic serializer bindings (#442) 2020-10-06 18:39:38 +02:00
wasm.rs Add Isolate::set_wasm_streaming_callback() (#560) 2020-12-31 16:06:29 +01:00