From 3e1e04b07bf9cdca6e72c3992c8e55c2ab0b54e4 Mon Sep 17 00:00:00 2001 From: Nathan Froyd Date: Wed, 15 Jan 2014 18:49:03 -0500 Subject: [PATCH] Bug 952777 follow-up - move comments; r=me --- js/src/jsfriendapi.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/src/jsfriendapi.h b/js/src/jsfriendapi.h index 9aeb30d4289..db7138505e6 100644 --- a/js/src/jsfriendapi.h +++ b/js/src/jsfriendapi.h @@ -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()