mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
1320408 - Part 9: Change JSObject::setFlags and depending methods to static method.
This commit is contained in:
parent
7e0b20a7bf
commit
7f856ff769
14 changed files with 61 additions and 55 deletions
|
|
@ -3489,7 +3489,7 @@ CreateNonSyntacticEnvironmentChain(JSContext* cx, AutoObjectVector& envChain,
|
|||
// declaration was qualified by "var". There is only sadness.
|
||||
//
|
||||
// See JSObject::isQualifiedVarObj.
|
||||
if (!env->setQualifiedVarObj(cx))
|
||||
if (!JSObject::setQualifiedVarObj(cx, env))
|
||||
return false;
|
||||
|
||||
// Also get a non-syntactic lexical environment to capture 'let' and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue