Searched defs:IsNullOrUndefined (Results 1 – 2 of 2) sorted by relevance
190 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function194 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function198 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function202 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function206 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
5466 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(SloppyTNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler