0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-13 17:40:23 -05:00
denoland-rusty-v8/src
Bert Belder 4e64cefc9c
Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406)
Local handles never need to be mutable. This patch also rounds up the
last few places where we were still asking the user to pass an `&mut T`
to an API method.
2020-06-26 15:05:39 +02:00
..
platform Fix race condition in v8::platform::Task tests (#355) 2020-04-20 19:19:00 +02:00
array_buffer.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
array_buffer_view.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
binding.cc Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
context.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
data.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
exception.rs Remove 'context' param from (almost) all public methods (#406) 2020-06-26 03:00:06 +02:00
external_references.rs Make Isolate take ownership of CreateParams (#357) 2020-04-20 21:18:03 +02:00
function.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
global.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
inspector.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
isolate.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
isolate_create_params.rs Reflow comments and strings that exceed the 80-char column limit (#407) 2020-06-17 06:15:08 +02:00
json.rs Remove 'context' param from (almost) all public methods (#406) 2020-06-26 03:00:06 +02:00
lib.rs Remove 'context' param from (almost) all public methods (#406) 2020-06-26 03:00:06 +02:00
local.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
module.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
number.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
object.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +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
promise.rs Remove 'context' param from (almost) all public methods (#406) 2020-06-26 03:00:06 +02: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 Integrate 'TryCatch' in the scope system (#406) 2020-06-26 01:50:32 +02:00
script.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
script_compiler.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02: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 Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
string.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
support.h Upgrade V8 to 8.4.300 (#368) 2020-05-06 03:48:19 +02:00
support.rs Reflow comments and strings that exceed the 80-char column limit (#407) 2020-06-17 06:15:08 +02:00
template.rs Remove unnecessary 'DerefMut' impl from 'Local<T>' (#406) 2020-06-26 15:05:39 +02:00
uint8_array.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00
V8.rs Clippy (#354) 2020-04-16 15:35:27 +02:00
value.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00