Closed Bug 1746572 Opened 3 years ago Closed 3 years ago

Add documentation comment for AllowGC enum

Categories

(Core :: JavaScript Engine, task, P5)

task

Tracking

()

RESOLVED FIXED
97 Branch
Tracking Status
firefox97 --- fixed

People

(Reporter: arai, Assigned: arai)

References

Details

Attachments

(1 file)

AllowGC enum is used in several places, to control whether to allow operations that can GC, but it looks like it also implies about pending exception, but it's not clearly documented.

https://searchfox.org/mozilla-central/rev/5e15e00fa247cba5b765727496619bf9010ed162/js/src/gc/Allocator.h#23

enum AllowGC { NoGC = 0, CanGC = 1 };
Depends on: 1746594
Depends on: 1746619
Depends on: 1746635
Depends on: 1746638

Depends on D134178

Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Blocks: 1745687
No longer blocks: 1745687
Blocks: 1746382
Pushed by arai_a@mac.com: https://hg.mozilla.org/integration/autoland/rev/cbdc222a3346 Add documentation for AllowGC. r=iain
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: