Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dcontexts.cc96 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()
Dcontexts-inl.h169 bool Context::IsModuleContext() const { in IsModuleContext() function
Dcontexts.h629 inline bool IsModuleContext() const;
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc501 DCHECK_IMPLIES(NeedsAndHasContext(), context_->IsModuleContext()); in Type()
539 if (context_->IsModuleContext()) { in Type()
752 DCHECK(context_->IsModuleContext()); in VisitModuleScope()
/third_party/node/deps/v8/src/runtime/
Druntime-scopes.cc142 DCHECK(context->IsModuleContext()); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc131 if (current.IsModuleContext()) { in GetModuleContext()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1229 DCHECK(context.IsModuleContext()); in NewModuleContext()