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

  /external/v8/src/
contexts.cc 103 DCHECK(IsNativeContext() || IsWithContext() || IsEvalContext() ||
105 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object();
210 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) ||
247 } else if (context->IsWithContext()) {
396 !context->IsNativeContext() && !context->IsWithContext() &&
contexts-inl.h 94 bool Context::IsWithContext() const {
contexts.h     [all...]
frames.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 314 context_->IsWithContext() || context_->IsDebugEvaluateContext());
351 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext());
705 DCHECK(context_->IsWithContext());
751 DCHECK(!context_->IsWithContext());

Completed in 185 milliseconds