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 120 bool Context::IsModuleContext() {
contexts.cc 114 DCHECK(IsModuleContext() || IsScriptContext() || IsBlockContext());
601 context->IsModuleContext() || !child->IsModuleContext();
contexts.h 467 inline bool IsModuleContext();
objects-debug.cc 439 Context::cast(context())->IsModuleContext());
    [all...]
accessors.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 222 DCHECK(context_->IsModuleContext());
257 if (context_->IsModuleContext()) {
586 DCHECK(context->IsModuleContext());
  /external/v8/src/ast/
scopes.cc 230 } else if (context->IsModuleContext()) {
    [all...]

Completed in 206 milliseconds