Remove calls to APIs deprecated in V8 12.6 #52991
Labels
deprecations
Issues and PRs related to deprecations.
v8 engine
Issues and PRs related to the V8 dependency.
Both updates are trivial:
v8::ScriptOrigin
's constructor no longer takes an Isolate (it was already unused)v8::SafeForTerminationScope
and the Isolate creation paramonly_terminate_in_safe_scope
are gone (they were already no-ops)See v8#185 for the fixes I made to keep V8's CI happy.
cc @joyeecheung
The text was updated successfully, but these errors were encountered: