Searched defs:IsNullOrUndefined (Results 1 – 4 of 4) sorted by relevance
119 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function123 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function140 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function144 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function148 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
3812 bool ObjectRef::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::compiler::ObjectRef
11676 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function
5930 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(SloppyTNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler