Searched refs:IsModuleContext (Results 1 – 5 of 5) sorted by relevance
61 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()
117 bool Context::IsModuleContext() { in IsModuleContext() function
565 inline bool IsModuleContext();
961 DCHECK(context->IsModuleContext()); in NewModuleContext()
258 DCHECK(context_->IsModuleContext()); in Type()293 if (context_->IsModuleContext()) { in Type()608 DCHECK(context->IsModuleContext()); in MaterializeModuleScope()