Searched defs:IsNullOrUndefined (Results 1 – 4 of 4) sorted by relevance
490 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function
127 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function131 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function186 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function190 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function194 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
1756 bool ObjectRef::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::compiler::ObjectRef
6448 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(TNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler