Home
last modified time | relevance | path

Searched defs:IsNullOrUndefined (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dobjects-inl.h190 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
194 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
198 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
202 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
206 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
Dcode-stub-assembler.cc5466 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(SloppyTNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler