mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
1320403 - Move JSFunction::EXPR_BODY to JSScript, LazyScript, and FunctionBox.
This commit is contained in:
parent
7f7b0a029c
commit
d451930d58
9 changed files with 55 additions and 26 deletions
|
|
@ -2689,7 +2689,7 @@ DisassembleScript(JSContext* cx, HandleScript script, HandleFunction fun,
|
|||
if (sp->put(" CONSTRUCTOR") < 0)
|
||||
return false;
|
||||
}
|
||||
if (fun->isExprBody()) {
|
||||
if (script->isExprBody()) {
|
||||
if (sp->put(" EXPRESSION_CLOSURE") < 0)
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue