mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Fix Build Bustage - with "--enable-debug"
This commit is contained in:
parent
95fa1f19d6
commit
d57aa4fc94
4 changed files with 7 additions and 2 deletions
|
|
@ -930,6 +930,9 @@ class DebugEnvironments
|
|||
void mark(JSTracer* trc);
|
||||
void sweep(JSRuntime* rt);
|
||||
void finish();
|
||||
#ifdef JSGC_HASH_TABLE_CHECKS
|
||||
void checkHashTablesAfterMovingGC(JSRuntime* runtime);
|
||||
#endif
|
||||
|
||||
// If a live frame has a synthesized entry in missingEnvs, make sure it's not
|
||||
// collected.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue