Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dcontexts.cc134 context->IsWithContext() || in Lookup()
145 } else if (context->IsWithContext()) { in Lookup()
Dcontexts.h474 bool IsWithContext() { in IsWithContext() function
Dscopes.cc194 if (context->IsWithContext()) { in DeserializeScopeChain()
Dframes.cc1252 while (context->IsWithContext()) { in Print()
Druntime.cc12141 DCHECK(context_->IsWithContext()); in Type()
12170 DCHECK(context_->IsWithContext()); in Type()