mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update to SpiderMonkey 137.
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
0774025d89
commit
b9238c5025
9 changed files with 115 additions and 47 deletions
|
@ -30,7 +30,7 @@ use ipc_channel::ipc::{self, IpcSender};
|
|||
use ipc_channel::router::ROUTER;
|
||||
use js::glue::{IsWrapper, UnwrapObjectDynamic};
|
||||
use js::jsapi::{
|
||||
Compile1, CurrentGlobalOrNull, GetNonCCWObjectGlobal, HandleObject, Heap,
|
||||
Compile1, CurrentGlobalOrNull, DelazificationOption, GetNonCCWObjectGlobal, HandleObject, Heap,
|
||||
InstantiateGlobalStencil, InstantiateOptions, JSContext, JSObject, JSScript, SetScriptPrivate,
|
||||
};
|
||||
use js::jsval::{PrivateValue, UndefinedValue};
|
||||
|
@ -2802,6 +2802,7 @@ impl GlobalScope {
|
|||
skipFilenameValidation: false,
|
||||
hideScriptFromDebugger: false,
|
||||
deferDebugMetadata: false,
|
||||
eagerDelazificationStrategy_: DelazificationOption::OnDemandOnly,
|
||||
};
|
||||
let script = InstantiateGlobalStencil(
|
||||
*cx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue