Closed Bug 885443 Opened 11 years ago Closed 11 years ago

Add JSAutoCompartment::JSAutoCompartment and js::AutoCompartment::AutoCompartment to the prefix skiplist

Categories

(Socorro :: Backend, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kairo, Unassigned)

References

Details

(Whiteboard: [qa-])

See bug 852436 comment #42 and following. We want to add JSAutoCompartment::JSAutoCompartment to the prefix skiplist, as it's pretty generic. We'll want to catch both "JSAutoCompartment::JSAutoCompartment(JSContext*, JSObject*)" and "JSAutoCompartment::JSAutoCompartment" frames there, do we need a .* rule there or just the name?
use a regular expression to cover both cases
OK, so let's add this one: JSAutoCompartment::JSAutoCompartment.*
Blocks: 847819
OS: Linux → All
Hardware: x86_64 → All
Blocks: 889299
and also: js::AutoCompartment::AutoCompartment.*
Summary: Add JSAutoCompartment::JSAutoCompartment to the prefix skiplist → Add JSAutoCompartment::JSAutoCompartment and js::AutoCompartment::AutoCompartment to the prefix skiplist
Blocks: 893320
Component: Infra → Backend
Target Milestone: --- → 54
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in before you can comment on or make changes to this bug.