1320408 - Part 12: Change JSScript::sourceData to static method.

This commit is contained in:
Gaming4JC 2019-06-08 21:10:15 -04:00 committed by Roy Tam
commit d208cccd10
9 changed files with 16 additions and 15 deletions

View file

@ -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);