Searched refs:IsContext (Results 1 – 20 of 20) sorted by relevance
94 DCHECK(isolate->context() == nullptr || isolate->context()->IsContext()); \
25 DCHECK(context == nullptr || context->IsContext()); in set_context()
369 if (obj->IsContext()) { in Lookup()493 if (!object->IsContext()) return false; in IsBootstrappingOrValidParentContext()
46 DCHECK(context->IsContext()); in cast()
1249 CHECK(context()->IsContext()); in CallableTaskVerify()1264 CHECK(context()->IsContext()); in PromiseReactionJobTaskVerify()1289 CHECK(context()->IsContext()); in PromiseResolveThenableJobTaskVerify()2119 if (obj->IsContext()) return true; in CanLeak()
2396 return READ_FIELD(this, kContextOffset)->IsContext(); in has_context()2405 DCHECK(value->IsUndefined() || value->IsContext()); in set_context()
958 if (!receiver_context->IsContext()) return false; in MayAccess()2273 DCHECK(context() == nullptr || context()->IsContext()); in Throw()
2029 if (this->context() != nullptr && this->context()->IsContext()) { in Print()
1750 TNode<BoolT> IsContext(SloppyTNode<HeapObject> object);
3092 [=] { return IsContext(CAST(object)); }); in IsZeroOrContext()3293 CSA_ASSERT(this, IsContext(context)); in NewConsString()5549 TNode<BoolT> CodeStubAssembler::IsContext(SloppyTNode<HeapObject> object) { in IsContext() function in v8::internal::CodeStubAssembler
4572 DCHECK(context->IsContext()); in CopyFastNumberJSArrayElementsToTypedArray()
85 DCHECK(isolate->context() == nullptr || isolate->context()->IsContext()); \
108 if (object.IsContext()) return object.AsContext(); in GetSpecializationContext()
71 if (context->IsContext()) { in GetContextId()
30 if (!frame_inspector->GetContext()->IsContext()) { in ScopeIterator()183 if (wrapped->IsContext()) { in UnwrapEvaluationContext()
778 if (holder->IsContext() || holder->IsModule()) { in RUNTIME_FUNCTION()809 DCHECK(holder->IsContext()); in LoadLookupSlot()
240 CHECK(!obj->IsJSFunction() && !obj->IsContext()); in SerializeObject()
586 if (object->IsJSReceiver() || object->IsContext()) { in IsWeakObjectInOptimizedCode()
704 } else if (object->IsContext()) { in AddEntry()929 } else if (obj->IsContext()) { in ExtractReferences()1681 if (parent->IsContext() && in IsEssentialHiddenReference()
676 } else if (obj->IsContext()) { in CollectStatistics()