enhance: Add support for unsafe-eval and wasm-unsafe-eval (#32893)

Signed-off-by: Chocolate Pie <106949016+chocolate-pie@users.noreply.github.com>
This commit is contained in:
Chocolate Pie 2024-08-02 02:26:44 +09:00 committed by GitHub
parent 2cf207ddc8
commit 92866ab911
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 755 additions and 73 deletions

View file

@ -13434,14 +13434,14 @@
]
],
"interfaces.html": [
"d4daa95cfe84f1ffd77d0b631e67deb778db5fc3",
"2ab9214e53c431e4a599254d4cb498fd75eef4ed",
[
null,
{}
]
],
"interfaces.worker.js": [
"b1c7b7e9c5c2f21eafdcd27eafe589e654260628",
"2782a452ac10b97c4cd4418fb7ba516325a76fab",
[
"mozilla/interfaces.worker.html",
{}

View file

@ -223,6 +223,7 @@ test_interfaces([
"Request",
"Response",
"Screen",
"SecurityPolicyViolationEvent",
"Selection",
"ShadowRoot",
"StaticRange",

View file

@ -55,6 +55,7 @@ test_interfaces([
"ReadableStream",
"Request",
"Response",
"SecurityPolicyViolationEvent",
"TextDecoder",
"TextEncoder",
"URL",