Open Bug 1507042 Opened 6 years ago Updated 2 years ago

Add helper function for "cx->helperThread() || !cx->isExceptionPending()"

Categories

(Core :: JavaScript Engine, enhancement, P3)

enhancement

Tracking

()

Tracking Status
firefox65 --- affected

People

(Reporter: arai, Unassigned)

References

Details

Separated from bug 1503142

When testing exception on code that can possibly be executed on helper thread,
there's code like:
  cx->helperThread() || !cx->isExceptionPending()

that should be put into JSContext's method or somewhere.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.