Searched refs:IsModuleContext (Results 1 – 7 of 7) sorted by relevance
96 IsModuleContext()) { in is_declaration_context()117 !current.IsModuleContext() && !current.IsNativeContext() && in closure_context()142 while (!current.IsModuleContext()) { in module()309 context->IsModuleContext() || context->IsCatchContext()) { in Lookup()363 if (context->IsModuleContext()) { in Lookup()488 } else if (IsModuleContext()) { in VerifyExtensionSlot()521 context.IsModuleContext() || !child.IsModuleContext(); in IsBootstrappingOrValidParentContext()
169 bool Context::IsModuleContext() const { in IsModuleContext() function
629 inline bool IsModuleContext() const;
501 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsModuleContext()); in Type()539 if (context_->IsModuleContext()) { in Type()752 DCHECK(context_->IsModuleContext()); in VisitModuleScope()
142 DCHECK(context->IsModuleContext()); in RUNTIME_FUNCTION()
131 if (current.IsModuleContext()) { in GetModuleContext()
1229 DCHECK(context.IsModuleContext()); in NewModuleContext()