v8/src/handles
Dominik Inführ 5168a84733 [handles] Always allow dereference of builtin handles
Code objects for builtins are immortal and immovable and can thus be
dereferenced like read-only-objects.

Bug: v8:10315
Change-Id: I60d961fee71056160ad2913bffe3ca50280cb9d2
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2465835
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#70471}
2020-10-13 09:12:54 +00:00
..
global-handles.cc [ptr-cmpr] Change const Isolate* to IsolateRoot 2020-10-07 08:03:50 +00:00
global-handles.h [serializer] Introduce HandleScopes for object contents 2020-10-08 18:03:51 +00:00
handles-inl.h [handles] Fix is_identical_to to correctly work with Smis 2020-10-09 11:53:22 +00:00
handles.cc [handles] Always allow dereference of builtin handles 2020-10-13 09:12:54 +00:00
handles.h [handles] Fix is_identical_to to correctly work with Smis 2020-10-09 11:53:22 +00:00
local-handles-inl.h [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
local-handles.cc [handles] Do not zap new blocks for local handles 2020-07-31 14:06:09 +00:00
local-handles.h [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
maybe-handles-inl.h [handles] Fix is_identical_to to correctly work with Smis 2020-10-09 11:53:22 +00:00
maybe-handles.h [handles] Fix is_identical_to to correctly work with Smis 2020-10-09 11:53:22 +00:00
OWNERS [handles] Add dinfuehr@ to OWNERS file 2020-07-31 12:14:39 +00:00
persistent-handles.cc [codegen] Create PersistentHandles instead of DeferredHandles 2020-07-31 14:31:49 +00:00
persistent-handles.h [handles] Make DetachPersistent insert into ordered_blocks_ 2020-08-05 12:03:52 +00:00