Home
last modified time | relevance | path

Searched refs:IsNullOrUndefined (Results 1 - 25 of 34) sorted by relevance

12

/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h123 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 Dcall-site-info.cc67 receiver_or_instance().IsNullOrUndefined(); in IsToplevel()
408 if (receiver_or_instance->IsNullOrUndefined(isolate)) { in GetMethodName()
H A Dstring.cc1217 if (receiver->IsNullOrUndefined(isolate)) { in IndexOf()
1483 if (receiver->IsNullOrUndefined(isolate)) { in LastIndexOf()
H A Dobjects.cc293 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 Dv8-value.h55 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 Dv8-value.h55 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 Dbuiltins-utils.h143 if (args.receiver()->IsNullOrUndefined(isolate)) { \
H A Dbuiltins-trace.cc164 if (!id_arg->IsNullOrUndefined(isolate)) { in BUILTIN()
H A Dbuiltins-object.cc244 if (object->IsNullOrUndefined(isolate)) { in BUILTIN()
H A Dbuiltins-async-iterator-gen.cc130 GotoIfNot(IsNullOrUndefined(method), &if_isnotundefined); in Generate_AsyncFromSyncIteratorMethod()
H A Dbuiltins-call-gen.cc405 GotoIf(IsNullOrUndefined(spread), &if_iterator_is_null_or_undefined); in CallOrConstructWithSpread()
H A Dbuiltins-string-gen.cc918 Branch(IsNullOrUndefined(heap_object), &out, &get_property_lookup); in MaybeCallFunctionAtSymbol()
1191 GotoIf(IsNullOrUndefined(flags), &throw_flags_exception); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc61 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 Druntime-object.cc39 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 Druntime-debug.cc634 if (!opt_line->IsNullOrUndefined(isolate)) { in ScriptLocationFromLine()
640 if (!opt_column->IsNullOrUndefined(isolate)) { in ScriptLocationFromLine()
/third_party/node/deps/v8/src/inspector/
H A Dstring-util.cc144 if (value.IsEmpty() || value->IsNullOrUndefined()) return String16(); in toProtocolString()
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc418 if (receiver.IsNullOrUndefined(isolate) || receiver.IsTheHole(isolate) || in PrintPrototype()
/third_party/node/src/
H A Dnode_worker.cc467 if (!args[0]->IsNullOrUndefined()) { in New()
473 if (!args[6]->IsNullOrUndefined()) { in New()
H A Dnode_http_parser.cc644 if (args.Length() > 4 && !args[4]->IsNullOrUndefined()) { in Initialize()
/third_party/node/src/crypto/
H A Dcrypto_keys.cc70 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 Dic.cc285 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 Daccessor-assembler.cc3572 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 Dheap-refs.h242 bool IsNullOrUndefined() const;
H A Dheap-refs.cc758 } 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 Dmessages.cc889 DCHECK(object->IsNullOrUndefined()); in ThrowLoadFromNullOrUndefined()

Completed in 57 milliseconds

12