DescriptionAdd Isolate parameter to disallow Atomics.wait
Atomics.wait is a function which may block, which is not allowed on the
main thread. Since V8 doesn't know whether a particular isolate is the
"main thread", this CL adds an option to Isolate::CreateParams to choose
whether this function is allowed.
Review-Url: https://codereview.chromium.org/2642293002
Cr-Commit-Position: refs/heads/master@{#42611}
Committed: https://chromium.googlesource.com/v8/v8/+/6eba6b4b89db81bc359dc041c62d1277f24bb8d4
Patch Set 1 #
Total comments: 2
Patch Set 2 : fixes #Patch Set 3 : merge master #Patch Set 4 : update bytecode_expectations #
Messages
Total messages: 20 (15 generated)
|