Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h324 static bool NeedsPositionInfo(ScopeType type);
Dscope-info.cc152 const bool has_position_info = NeedsPositionInfo(scope->scope_type()); in Create()
750 return NeedsPositionInfo(scope_type()); in HasPositionInfo()
754 bool ScopeInfo::NeedsPositionInfo(ScopeType type) { in NeedsPositionInfo() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1736 (ScopeInfo::NeedsPositionInfo(scope_type) in CreateScopeInfo()