Searched refs:kTheContext (Results 1 – 1 of 1) sorted by relevance
2879 static constexpr int kTheContext = 1; in GetValueCount() local2881 return height() + parameter_count + kTheContext + kTheFunction + in GetValueCount()2892 static constexpr int kTheContext = 1; in GetValueCount() local2893 return height() + kTheContext + kTheFunction; in GetValueCount()4153 static constexpr int kTheContext = 1; in GetArgumentsInfoFromJSFrameIndex() local4154 const int height = frames_[i].height() + kTheContext; in GetArgumentsInfoFromJSFrameIndex()