v8/src
Maya Lekova f9506988bf Revert "[api] Add v8::Isolate::ThrowError helper"
This reverts commit d435eaa5e4.

Reason for revert: Breaks compilation on the vtunejit bot, see https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux%20-%20vtunejit/41247/overview

Original change's description:
> [api] Add v8::Isolate::ThrowError helper
>
> Add a ThrowError helper to encourage throwing full Error objects
> instead of just v8::Strings.
>
> Bug: v8:11195
> Change-Id: I15d75b1d39b817de3b9026a836b57a70d7c16a28
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2811738
> Commit-Queue: Camillo Bruni <cbruni@chromium.org>
> Reviewed-by: Dan Elphick <delphick@chromium.org>
> Reviewed-by: Yang Guo <yangguo@chromium.org>
> Reviewed-by: Marja Hölttä <marja@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#73958}

Bug: v8:11195
Change-Id: I2773d8ca7d73e7952d274381e2e0a2e5733a83da
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2826533
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#73959}
2021-04-14 15:48:06 +00:00
..
api Revert "[api] Add v8::Isolate::ThrowError helper" 2021-04-14 15:48:06 +00:00
asmjs [heap] Fix deadlock with concurrent allocation and blocked main thread 2021-03-29 12:29:25 +00:00
ast [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
base [small-vector] Hard-crash on failed allocation 2021-04-14 10:01:44 +00:00
baseline [test][sparkplug] Test Ignition -> Sparkplug OSR 2021-04-13 14:51:28 +00:00
bigint Add the missing <cstring> header 2021-03-24 14:09:14 +00:00
builtins PPC/s390: Fix allocating large stack space on macOS 2021-04-14 13:47:45 +00:00
codegen [cleanup] remove unused variable in GetSharedFunctionInfoForScript 2021-04-14 11:36:14 +00:00
common [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
compiler PPC: Load parameter_slots into a register before comparing 2021-04-14 14:42:05 +00:00
compiler-dispatcher [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
d8 Revert "[api] Add v8::Isolate::ThrowError helper" 2021-04-14 15:48:06 +00:00
date Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
debug [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
deoptimizer [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
diagnostics Allowing map word to be used for other state in GC header. 2021-04-12 17:34:13 +00:00
execution [api] Add v8::metrics::LongTaskStats for the LongTasks UKM 2021-04-14 12:56:34 +00:00
extensions Revert "[api] Add v8::Isolate::ThrowError helper" 2021-04-14 15:48:06 +00:00
flags [sparkplug] Reenable write_protect_code_memory for sparkplug 2021-04-14 08:46:34 +00:00
handles [ptr-cage] Use Isolate directly for decoding external pointers 2021-04-09 23:13:18 +00:00
heap [api] Add v8::metrics::LongTaskStats for the LongTasks UKM 2021-04-14 12:56:34 +00:00
ic Revert "[ic] Add a new MegaDOM IC" 2021-03-31 09:29:15 +00:00
init [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
inspector Revert "[api] Add v8::Isolate::ThrowError helper" 2021-04-14 15:48:06 +00:00
interpreter [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
json Move Map::ReconfigureExistingProperty to MapUpdater 2021-04-08 07:06:37 +00:00
libplatform [diagnostics] system instrumentation for MacOS 2021-04-08 10:10:57 +00:00
libsampler Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
logging [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
numbers Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
objects [api] Reland "Assign serial numbers when template infos are added to cache" 2021-04-14 12:33:14 +00:00
parsing [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
profiler Allowing map word to be used for other state in GC header. 2021-04-12 17:34:13 +00:00
protobuf Remove petermarshall from OWNERS 2021-03-31 11:00:22 +00:00
regexp [sparkplug] Use embedded builtins when short builtin calls are disabled 2021-04-08 06:43:07 +00:00
roots Allowing map word to be used for other state in GC header. 2021-04-12 17:34:13 +00:00
runtime [test][sparkplug] Test Ignition -> Sparkplug OSR 2021-04-13 14:51:28 +00:00
sanitizer [platform] Add SharedMemory allocation and mapping 2020-07-30 18:31:21 +00:00
snapshot [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
strings [cleanup] Remove atomic kRelaxed accessors in favour for non-atomic ones 2021-03-08 10:57:19 +00:00
tasks [tasks] Cleanup OperationsBarrier 2020-12-17 14:56:33 +00:00
third_party Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
torque Allowing map word to be used for other state in GC header. 2021-04-12 17:34:13 +00:00
tracing [logging] Add runtime-call-stats compile-time flag 2021-04-12 15:53:03 +00:00
trap-handler Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
utils [ptr-cage] Introduce PtrComprCage 2021-04-12 17:49:43 +00:00
wasm [x64][ia32] Move more AVX_OP into SharedTurboAssembler 2021-04-14 00:14:30 +00:00
web-snapshot Revert "[api] Add v8::Isolate::ThrowError helper" 2021-04-14 15:48:06 +00:00
zone Update OWNERS in src/* 2021-02-25 14:22:51 +00:00
DEPS [test][sparkplug] Test Ignition -> Sparkplug OSR 2021-04-13 14:51:28 +00:00
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
OWNERS Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00