Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mullvad Browser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Applications
Mullvad Browser
Commits
4bae5dab
Commit
4bae5dab
authored
11 years ago
by
Nathan Froyd
Browse files
Options
Downloads
Patches
Plain Diff
Bug 952777 follow-up - move comments; r=me
parent
0747cf92
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/src/jsfriendapi.h
+1
-2
1 addition, 2 deletions
js/src/jsfriendapi.h
with
1 addition
and
2 deletions
js/src/jsfriendapi.h
+
1
−
2
View file @
4bae5dab
...
...
@@ -1529,6 +1529,7 @@ struct JSJitInfo {
not AliasEverything, but even that might
not be enough (e.g. in cases when it can
throw). */
// XXXbz should we have a JSValueType for the type of the member?
uint16_t
isInSlot
:
1
;
/* True if this is a getter that can get a member
from a slot of the "this" object directly. */
uint16_t
isTypedMethod
:
1
;
/* True if this is an instance of
...
...
@@ -1541,8 +1542,6 @@ struct JSJitInfo {
include whatever argument conversions might do.
That's covered by argTypes and runtime analysis
of the actual argument types being passed in. */
// XXXbz should we have a JSGetterJitInfo subclass or something?
// XXXbz should we have a JSValueType for the type of the member?
private
:
static
void
staticAsserts
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment