Home
last modified time | relevance | path

Searched refs:IsContext (Results 1 – 22 of 22) sorted by relevance

/external/v8/src/
Darguments.h98 DCHECK(isolate->context() == nullptr || isolate->context()->IsContext()); \
Disolate-inl.h16 DCHECK(context == NULL || context->IsContext()); in set_context()
Dcontexts-inl.h44 DCHECK(context->IsContext()); in cast()
Dcontexts.cc378 if (obj->IsContext()) { in Lookup()
735 if (!object->IsContext()) return false; in IsBootstrappingOrValidParentContext()
Dobjects-debug.cc1051 CHECK(context()->IsContext()); in PromiseResolveThenableJobInfoVerify()
1069 CHECK(context()->IsContext()); in PromiseReactionJobInfoVerify()
1489 if (obj->IsContext()) return true; in CanLeak()
Dstring-stream.cc428 perhaps_context->IsContext()) { in PrintSecurityTokenIfChanged()
Dfactory.cc1417 DCHECK(context_or_undefined->IsContext() || in DEFINE_ERROR()
1579 if (context_or_undefined->IsContext()) { in NewFunctionFromSharedFunctionInfo()
1609 if (context_or_undefined->IsContext()) { in NewFunctionFromSharedFunctionInfo()
Disolate.cc902 if (!receiver_context->IsContext()) return false; in MayAccess()
2017 DCHECK(context() == NULL || context()->IsContext()); in Throw()
Dobjects-inl.h422 bool HeapObject::IsContext() const { in IsContext() function
5262 if (object->IsJSReceiver() || object->IsContext()) { in IsWeakObjectInOptimizedCode()
6480 return READ_FIELD(this, kContextOffset)->IsContext(); in has_context()
6492 DCHECK(value->IsUndefined(GetIsolate()) || value->IsContext()); in set_context()
Dframes.cc1951 if (this->context() != NULL && this->context()->IsContext()) { in Print()
Ddeoptimizer.cc2033 CHECK(maybe_context->IsContext()); in DoComputeCompiledStubFrame()
/external/v8/src/builtins/
Dbuiltins-utils.h98 DCHECK(isolate->context() == nullptr || isolate->context()->IsContext()); \
/external/v8/src/snapshot/
Dpartial-serializer.cc27 if ((*o)->IsContext()) { in Serialize()
Dsnapshot-common.cc70 CHECK(result->IsContext()); in NewContextFromSnapshot()
Dcode-serializer.cc127 CHECK(!obj->IsJSFunction() && !obj->IsContext()); in SerializeObject()
/external/v8/src/ast/
Dast-types.cc145 if (type->IsContext()) return kOtherInternal & kTaggedPointer; in Lub()
459 if (this->IsContext()) { in SimplyEquals()
460 return that->IsContext() && in SimplyEquals()
1232 } else if (this->IsContext()) { in PrintTo()
Dast-types.h823 bool IsContext() { return IsKind(AstTypeBase::kContext); } in IsContext() function
/external/v8/src/debug/
Ddebug-scopes.cc28 if (!frame_inspector->GetContext()->IsContext()) { in ScopeIterator()
163 if (wrapped->IsContext()) { in UnwrapEvaluationContext()
/external/v8/src/runtime/
Druntime-scopes.cc827 if (holder->IsContext()) { in RUNTIME_FUNCTION()
857 DCHECK(holder->IsContext()); in LoadLookupSlot()
Druntime-debug.cc582 const int local_count_with_synthetic = maybe_context->IsContext() in RUNTIME_FUNCTION()
612 DCHECK(maybe_context->IsContext()); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dobject-stats.cc566 if (array->IsContext()) { in RecordFixedArrayDetails()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc838 } else if (object->IsContext()) { in AddEntry()
1055 if (obj->IsContext()) { in ExtractReferencesPass2()
1844 if (parent->IsContext() && in IsEssentialHiddenReference()