Closed
Bug 1056140
Opened 11 years ago
Closed 11 years ago
Inline JSContext::runningWithTrustedPrincipals()
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla34
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(1 file)
|
2.40 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
I often see JSContext::runningWithTrustedPrincipals() show up in profiles. I think it's called as part of the recursion check (JS_CHECK_RECURSION => GetNativeStackLimit etc). It's a very small function that should just be inlined.
Attachment #8475943 -
Flags: review?(luke)
Updated•11 years ago
|
Attachment #8475943 -
Flags: review?(luke) → review+
| Assignee | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
You need to log in
before you can comment on or make changes to this bug.
Description
•