v8/src/init
Clemens Backes 50c4365b96 [flags] Remove method to reset flags to default
After flags are frozen, this will not work any more. It's also not
required, as flags cannot be accessed after teardown anyway.
This CL changes that to only release the memory of dynamically allocated
string flags, which is something we still need to do after
write-protecting the flags anyway.

R=tebbi@chromium.org

Bug: v8:12887
Change-Id: Iff0e3845cbd91fb59878b2ed36a44d6df00572f4
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3695379
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Commit-Queue: Clemens Backes <clemensb@chromium.org>
Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#81030}
2022-06-09 11:59:32 +00:00
..
bootstrapper.cc [builtins] Rename array grouping to group and groupToMap 2022-06-08 18:12:52 +00:00
bootstrapper.h [wasm] add experimental string/Wasm GC array conversion fast-path 2022-05-12 20:12:53 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
heap-symbols.h [Temporal] Add PlainTime toString and non-intl toLocaleString 2022-05-28 19:05:25 +00:00
icu_util.cc Replace libc functions with base wrappers 2020-11-17 08:50:41 +00:00
icu_util.h
isolate-allocator.cc [sandbox] Turn V8_SANDBOX into V8_ENABLE_SANDBOX 2022-05-13 16:23:23 +00:00
isolate-allocator.h [ptr-cage] Factor out a VirtualMemoryCage and remove PtrComprCage 2021-04-19 17:32:04 +00:00
OWNERS Update OWNERS files 2022-02-16 08:16:04 +00:00
setup-isolate-deserialize.cc Remove unnecessary includes from setup-isolate-deserialize.cc 2019-10-22 14:22:17 +00:00
setup-isolate-full.cc Move relevant files to src/execution 2019-05-22 08:36:33 +00:00
setup-isolate.h [runtime] Rename Builtins::Name to Builtin 2/2 2021-06-14 12:48:46 +00:00
startup-data-util.cc Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
startup-data-util.h Reland "[include] Split out v8.h" 2021-08-24 13:08:55 +00:00
v8.cc [flags] Remove method to reset flags to default 2022-06-09 11:59:32 +00:00
v8.h [wasm] Use new OOM API for passing details 2022-05-18 10:40:48 +00:00