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

  /external/v8/src/
contexts.cc 61 IsModuleContext()) {
85 !current->IsModuleContext() && !current->IsNativeContext() &&
117 if (IsFunctionContext() || IsModuleContext() || IsEvalContext()) {
131 while (!current->IsModuleContext()) {
202 DCHECK(!IsModuleContext());
738 context->IsModuleContext() || !child->IsModuleContext();
contexts-inl.h 117 bool Context::IsModuleContext() {
contexts.h     [all...]
factory.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 258 DCHECK(context_->IsModuleContext());
293 if (context_->IsModuleContext()) {
608 DCHECK(context->IsModuleContext());

Completed in 261 milliseconds