Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-value.h490 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h127 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
131 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
186 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
190 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
194 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc1756 bool ObjectRef::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::compiler::ObjectRef
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6448 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(TNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler