Home
last modified time | relevance | path

Searched refs:NeedsPositionInfo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/objects/
Dscope-info.h253 static bool NeedsPositionInfo(ScopeType type);
Dscope-info.cc138 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