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

  /external/v8/src/
contexts-inl.h 101 bool Context::IsWithContext() {
contexts.cc 108 DCHECK(IsNativeContext() || IsWithContext() || IsEvalContext() ||
110 return IsWithContext() ? JSReceiver::cast(
122 DCHECK(IsBlockContext() || IsCatchContext() || IsWithContext() ||
231 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) ||
267 } else if (context->IsWithContext()) {
403 !context->IsNativeContext() && !context->IsWithContext());
contexts.h     [all...]
frames.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 264 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext());
299 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext());
572 DCHECK(context->IsWithContext());

Completed in 60 milliseconds