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

  /external/v8/src/
contexts.cc 107 DCHECK(IsNativeContext() || IsWithContext() ||
109 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object();
252 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) ||
287 } else if (context->IsWithContext()) {
414 !context->IsNativeContext() && !context->IsWithContext());
contexts-inl.h 104 bool Context::IsWithContext() {
contexts.h 464 inline bool IsWithContext();
frames.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 228 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext());
263 DCHECK(context_->IsWithContext() || context_->IsDebugEvaluateContext());
550 DCHECK(context->IsWithContext());
  /external/v8/src/ast/
scopes.cc 215 if (context->IsWithContext() || context->IsDebugEvaluateContext()) {
    [all...]

Completed in 92 milliseconds