refactor: only override V8Platform::CreateJob (#37800)

refactor: only override V8Platform::CreateJob
This commit is contained in:
Shelley Vohr 2023-04-04 10:28:28 +02:00 committed by GitHub
parent 4c8583c365
commit 91f62ae73f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 26 additions and 61 deletions

View file

@ -5,7 +5,7 @@ Subject: allow embedder to control CodeGenerationFromStringsCallback
This is needed to blend Blink and Node's code generation policy.
This should be upstreamed.
Upstreamed in https://github.com/nodejs/node/pull/46368.
diff --git a/src/api/environment.cc b/src/api/environment.cc
index a994221445471b92d12ed9cb3bef9ffb70670ab6..d6c6fd9c257cb51ba387c4b4d07a24ff80f9f060 100644