Skip to content
Snippets Groups Projects
Commit 4bae5dab authored by Nathan Froyd's avatar Nathan Froyd
Browse files

Bug 952777 follow-up - move comments; r=me

parent 0747cf92
No related branches found
No related tags found
No related merge requests found
...@@ -1529,6 +1529,7 @@ struct JSJitInfo { ...@@ -1529,6 +1529,7 @@ struct JSJitInfo {
not AliasEverything, but even that might not AliasEverything, but even that might
not be enough (e.g. in cases when it can not be enough (e.g. in cases when it can
throw). */ 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 uint16_t isInSlot : 1; /* True if this is a getter that can get a member
from a slot of the "this" object directly. */ from a slot of the "this" object directly. */
uint16_t isTypedMethod : 1; /* True if this is an instance of uint16_t isTypedMethod : 1; /* True if this is an instance of
...@@ -1541,8 +1542,6 @@ struct JSJitInfo { ...@@ -1541,8 +1542,6 @@ struct JSJitInfo {
include whatever argument conversions might do. include whatever argument conversions might do.
That's covered by argTypes and runtime analysis That's covered by argTypes and runtime analysis
of the actual argument types being passed in. */ 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: private:
static void staticAsserts() static void staticAsserts()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment