/third_party/node/deps/v8/src/objects/ |
H A D | objects-inl.h | 123 bool Object::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function in v8::internal::Object 124 return IsNullOrUndefined(ReadOnlyRoots(isolate)); in IsNullOrUndefined() 127 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function in v8::internal::Object 131 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::Object 132 return IsHeapObject() && HeapObject::cast(*this).IsNullOrUndefined(); in IsNullOrUndefined() 186 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function in v8::internal::HeapObject 187 return IsNullOrUndefined(ReadOnlyRoots(isolate)); in IsNullOrUndefined() 190 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function in v8::internal::HeapObject 191 return Object::IsNullOrUndefined(roots); in IsNullOrUndefined() 194 bool HeapObject::IsNullOrUndefined() cons function in v8::internal::HeapObject [all...] |
H A D | call-site-info.cc | 67 receiver_or_instance().IsNullOrUndefined(); in IsToplevel() 408 if (receiver_or_instance->IsNullOrUndefined(isolate)) { in GetMethodName()
|
H A D | string.cc | 1217 if (receiver->IsNullOrUndefined(isolate)) { in IndexOf() 1483 if (receiver->IsNullOrUndefined(isolate)) { in LastIndexOf()
|
H A D | objects.cc | 293 if (object->IsNullOrUndefined(isolate)) { in ConvertReceiver() 652 if (IsNullOrUndefined(isolate)) return false; in BooleanValue() 1007 if (func->IsNullOrUndefined(isolate)) { in GetMethod() 1756 if (species->IsNullOrUndefined(isolate)) { in SpeciesConstructor()
|
/third_party/node/deps/v8/include/ |
H A D | v8-value.h | 55 V8_INLINE bool IsNullOrUndefined() const; 490 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::Value
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-value.h | 55 V8_INLINE bool IsNullOrUndefined() const; 508 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::Value
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-utils.h | 143 if (args.receiver()->IsNullOrUndefined(isolate)) { \
|
H A D | builtins-trace.cc | 164 if (!id_arg->IsNullOrUndefined(isolate)) { in BUILTIN()
|
H A D | builtins-object.cc | 244 if (object->IsNullOrUndefined(isolate)) { in BUILTIN()
|
H A D | builtins-async-iterator-gen.cc | 130 GotoIfNot(IsNullOrUndefined(method), &if_isnotundefined); in Generate_AsyncFromSyncIteratorMethod()
|
H A D | builtins-call-gen.cc | 405 GotoIf(IsNullOrUndefined(spread), &if_iterator_is_null_or_undefined); in CallOrConstructWithSpread()
|
H A D | builtins-string-gen.cc | 918 Branch(IsNullOrUndefined(heap_object), &out, &get_property_lookup); in MaybeCallFunctionAtSymbol() 1191 GotoIf(IsNullOrUndefined(flags), &throw_flags_exception); in TF_BUILTIN()
|
H A D | builtins-collections-gen.cc | 61 GotoIf(IsNullOrUndefined(initial_entries), &exit); in AddConstructorEntries() 187 CSA_DCHECK(this, Word32BinaryNot(IsNullOrUndefined(iterable))); in AddConstructorEntriesFromIterable()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-object.cc | 39 if (lookup_start_object->IsNullOrUndefined(isolate)) { in GetObjectProperty() 420 } else if (object->IsNullOrUndefined(isolate)) { in RUNTIME_FUNCTION() 555 if (object->IsNullOrUndefined(isolate)) { in SetObjectProperty() 594 if (object->IsNullOrUndefined(isolate)) { in DefineObjectOwnProperty() 1096 return obj->IsNullOrUndefined(isolate) || obj->IsCallable(); in IsValidAccessor() 1346 if (source->IsNullOrUndefined(isolate)) { in RUNTIME_FUNCTION()
|
H A D | runtime-debug.cc | 634 if (!opt_line->IsNullOrUndefined(isolate)) { in ScriptLocationFromLine() 640 if (!opt_column->IsNullOrUndefined(isolate)) { in ScriptLocationFromLine()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | string-util.cc | 144 if (value.IsEmpty() || value->IsNullOrUndefined()) return String16(); in toProtocolString()
|
/third_party/node/deps/v8/src/strings/ |
H A D | string-stream.cc | 418 if (receiver.IsNullOrUndefined(isolate) || receiver.IsTheHole(isolate) || in PrintPrototype()
|
/third_party/node/src/ |
H A D | node_worker.cc | 467 if (!args[0]->IsNullOrUndefined()) { in New() 473 if (!args[6]->IsNullOrUndefined()) { in New()
|
H A D | node_http_parser.cc | 644 if (args.Length() > 4 && !args[4]->IsNullOrUndefined()) { in Initialize()
|
/third_party/node/src/crypto/ |
H A D | crypto_keys.cc | 70 CHECK(args[*offset + 1]->IsNullOrUndefined()); in GetKeyFormatAndTypeFromJs() 696 CHECK(args[*offset]->IsNullOrUndefined()); in GetPrivateKeyEncodingFromJs() 712 CHECK(args[*offset]->IsNullOrUndefined() && !needs_passphrase); in GetPrivateKeyEncodingFromJs()
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic.cc | 285 if (lookup_start_object->IsNullOrUndefined(isolate())) return; in UpdateState() 427 : object->IsNullOrUndefined(isolate())) { in Load() 444 DCHECK(object->IsNullOrUndefined(isolate())); in Load() 1833 if (object->IsNullOrUndefined(isolate())) { in Store() 3242 if (source->IsNullOrUndefined()) { in CloneObjectSlowPath()
|
H A D | accessor-assembler.cc | 3572 GotoIf(IsNullOrUndefined(lookup_start_object), &if_runtime); in KeyedLoadICGeneric() 4773 ReturnIf(IsNullOrUndefined(source), result); in GenerateCloneObjectIC_Slow() 4844 GotoIf(IsNullOrUndefined(source), &allocate_object); in GenerateCloneObjectIC() 4881 ReturnIf(IsNullOrUndefined(source), object); in GenerateCloneObjectIC()
|
/third_party/node/deps/v8/src/compiler/ |
H A D | heap-refs.h | 242 bool IsNullOrUndefined() const;
|
H A D | heap-refs.cc | 758 } else if (o.IsNullOrUndefined(isolate)) { in TryGetBooleanValueImpl() 1756 bool ObjectRef::IsNullOrUndefined() const { in IsNullOrUndefined() function in v8::internal::compiler::ObjectRef
|
/third_party/node/deps/v8/src/execution/ |
H A D | messages.cc | 889 DCHECK(object->IsNullOrUndefined()); in ThrowLoadFromNullOrUndefined()
|