Home
last modified time | relevance | path

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

/external/v8/src/
Dcontexts.cc61 IsModuleContext()) { in is_declaration_context()
85 !current->IsModuleContext() && !current->IsNativeContext() && in closure_context()
117 if (IsFunctionContext() || IsModuleContext() || IsEvalContext()) { in scope_info()
131 while (!current->IsModuleContext()) { in module()
202 DCHECK(!IsModuleContext()); in Lookup()
738 context->IsModuleContext() || !child->IsModuleContext(); in IsBootstrappingOrValidParentContext()
Dcontexts-inl.h117 bool Context::IsModuleContext() { in IsModuleContext() function
Dcontexts.h565 inline bool IsModuleContext();
Dfactory.cc961 DCHECK(context->IsModuleContext()); in NewModuleContext()
/external/v8/src/debug/
Ddebug-scopes.cc258 DCHECK(context_->IsModuleContext()); in Type()
293 if (context_->IsModuleContext()) { in Type()
608 DCHECK(context->IsModuleContext()); in MaterializeModuleScope()