Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dobjects-inl.h119 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
123 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
140 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
144 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
148 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
/external/v8/src/compiler/
Djs-heap-broker.cc3812 bool ObjectRef::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::compiler::ObjectRef
/external/v8/include/
Dv8.h11676 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function
/external/v8/src/codegen/
Dcode-stub-assembler.cc5930 TNode<BoolT> CodeStubAssembler::IsNullOrUndefined(SloppyTNode<Object> value) { in IsNullOrUndefined() function in v8::internal::CodeStubAssembler