HomeSort by relevance Sort by last modified time
    Searched refs:IsModuleContext (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
contexts-inl.h 114 bool Context::IsModuleContext() {
contexts.cc 105 DCHECK(IsModuleContext() || IsScriptContext() || IsBlockContext());
573 context->IsModuleContext() || !child->IsModuleContext();
contexts.h 478 inline bool IsModuleContext();
accessors.cc     [all...]
objects-debug.cc 446 Context::cast(context())->IsModuleContext());
    [all...]
  /external/v8/src/debug/
debug-scopes.cc 191 DCHECK(context_->IsModuleContext());
224 if (context_->IsModuleContext()) {
576 DCHECK(context->IsModuleContext());
  /external/v8/src/ast/
scopes.cc 243 } else if (context->IsModuleContext()) {
    [all...]

Completed in 396 milliseconds