Searched refs:NeedsPositionInfo (Results 1 – 2 of 2) sorted by relevance
253 static bool NeedsPositionInfo(ScopeType type);
138 const bool has_position_info = NeedsPositionInfo(scope->scope_type()); in Create()530 return NeedsPositionInfo(scope_type()); in HasPositionInfo()534 bool ScopeInfo::NeedsPositionInfo(ScopeType type) { in NeedsPositionInfo() function in v8::internal::ScopeInfo