Home
last modified time | relevance | path

Searched refs:HasContext (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dinstruction.h728 (HasContext() ? 1 : 0); in size()
772 bool HasContext() const { return type_ == JS_FRAME; } in HasContext() function
Dinstruction-selector.cc1045 if (descriptor->HasContext()) { in AddFrameStateInputs()
/external/v8/src/
Dscopeinfo.cc205 bool ScopeInfo::HasContext() { in HasContext() function in v8::internal::ScopeInfo
Druntime.cc11660 if (!scope_info->HasContext()) return target; in MaterializeLocalContext()
11778 if (scope_info->HasContext()) { in SetLocalVariableValue()
12040 if (scope_info->HasContext()) { in ScopeIterator()
12116 if (nested_scope_chain_.last()->HasContext()) { in Next()
12132 !scope_info->HasContext()); in Type()
12147 DCHECK(!scope_info->HasContext() || in Type()
12247 } else if (nested_scope_chain_.last()->HasContext()) { in CurrentContext()
Dobjects.h4141 bool HasContext();