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

  /external/v8/src/
contexts-inl.h 102 bool Context::IsWithContext() {
contexts.cc 98 DCHECK(IsNativeContext() || IsWithContext() ||
100 return IsWithContext() ? JSReceiver::cast(extension()) : extension_object();
245 (context->IsWithContext() && ((flags & SKIP_WITH_CONTEXT) == 0)) ||
280 } else if (context->IsWithContext()) {
contexts.h 476 inline bool IsWithContext();
frames.cc     [all...]
  /external/v8/src/debug/
debug-scopes.cc 197 DCHECK(context_->IsWithContext());
230 DCHECK(context_->IsWithContext());
  /external/v8/src/ast/
scopes.cc 228 if (context->IsWithContext()) {
    [all...]

Completed in 187 milliseconds