mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
1320408 - Part 12: Change JSScript::sourceData to static method.
This commit is contained in:
parent
56a4517a1f
commit
d208cccd10
9 changed files with 16 additions and 15 deletions
|
|
@ -373,7 +373,7 @@ js::RunScript(JSContext* cx, RunState& state)
|
|||
|
||||
SPSEntryMarker marker(cx->runtime(), state.script());
|
||||
|
||||
state.script()->ensureNonLazyCanonicalFunction(cx);
|
||||
state.script()->ensureNonLazyCanonicalFunction();
|
||||
|
||||
if (jit::IsIonEnabled(cx)) {
|
||||
jit::MethodStatus status = jit::CanEnter(cx, state);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue