Home
last modified time | relevance | path

Searched refs:IsNullOrUndefined (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dobjects-inl.h120 bool Object::IsNullOrUndefined(Isolate* isolate) const {
121 return IsNullOrUndefined(ReadOnlyRoots(isolate));
124 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
128 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
129 return IsHeapObject() && HeapObject::cast(*this).IsNullOrUndefined(); in IsNullOrUndefined()
145 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
146 return IsNullOrUndefined(ReadOnlyRoots(isolate)); in IsNullOrUndefined()
149 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
150 return Object::IsNullOrUndefined(roots); in IsNullOrUndefined()
153 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dobjects-inl.h115 bool Object::IsNullOrUndefined(Isolate* isolate) const {
116 return IsNullOrUndefined(ReadOnlyRoots(isolate));
119 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
123 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
124 return IsHeapObject() && HeapObject::cast(*this).IsNullOrUndefined(); in IsNullOrUndefined()
140 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
141 return IsNullOrUndefined(ReadOnlyRoots(isolate)); in IsNullOrUndefined()
144 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
145 return Object::IsNullOrUndefined(roots); in IsNullOrUndefined()
148 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
[all …]
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dobjects-inl.h114 bool Object::IsNullOrUndefined(Isolate* isolate) const {
115 return IsNullOrUndefined(ReadOnlyRoots(isolate));
118 bool Object::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
122 bool Object::IsNullOrUndefined() const { in IsNullOrUndefined() function
123 return IsHeapObject() && HeapObject::cast(*this).IsNullOrUndefined(); in IsNullOrUndefined()
139 bool HeapObject::IsNullOrUndefined(Isolate* isolate) const { in IsNullOrUndefined() function
140 return IsNullOrUndefined(ReadOnlyRoots(isolate)); in IsNullOrUndefined()
143 bool HeapObject::IsNullOrUndefined(ReadOnlyRoots roots) const { in IsNullOrUndefined() function
144 return Object::IsNullOrUndefined(roots); in IsNullOrUndefined()
147 bool HeapObject::IsNullOrUndefined() const { in IsNullOrUndefined() function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.cc74 if (value->IsNullOrUndefined()) in NativeValueTraitsInterfaceOrNullNativeValue()
91 if (value->IsNullOrUndefined()) in NativeValueTraitsInterfaceOrNullArgumentValue()
123 if (value->IsNullOrUndefined())
146 if (value->IsNullOrUndefined())
237 if (value->IsNullOrUndefined())
H A Dnative_value_traits_impl.h721 if (value->IsNullOrUndefined())
734 if (value->IsNullOrUndefined())
1046 if (value->IsNullOrUndefined())
1058 if (value->IsNullOrUndefined())
1103 if (value->IsNullOrUndefined())
1115 if (value->IsNullOrUndefined())
1147 if (value->IsNullOrUndefined())
1159 if (value->IsNullOrUndefined())
1256 if (value->IsNullOrUndefined())
1266 if (value->IsNullOrUndefined())
[all …]
H A Dv8_object_parser.cc32 if (!list_value->IsNullOrUndefined()) { in ParseCSSPropertyList()
H A Djs_event_handler.cc132 if (v8_return_value->IsNullOrUndefined()) in InvokeInternal()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dnative_value_traits_impl.h727 if (value->IsNullOrUndefined())
740 if (value->IsNullOrUndefined())
1052 if (value->IsNullOrUndefined())
1064 if (value->IsNullOrUndefined())
1109 if (value->IsNullOrUndefined())
1121 if (value->IsNullOrUndefined())
1153 if (value->IsNullOrUndefined())
1165 if (value->IsNullOrUndefined())
1231 if (value->IsNullOrUndefined())
1247 if (value->IsNullOrUndefined())
[all …]
H A Dnative_value_traits_impl.cc80 if (value->IsNullOrUndefined())
103 if (value->IsNullOrUndefined())
194 if (value->IsNullOrUndefined())
429 if (value->IsNullOrUndefined()) in NativeValue()
451 if (value->IsNullOrUndefined()) in ArgumentValue()
H A Dv8_object_parser.cc32 if (!list_value->IsNullOrUndefined()) { in ParseCSSPropertyList()
H A Djs_event_handler.cc132 if (v8_return_value->IsNullOrUndefined()) in InvokeInternal()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dobject-fromentries.tq40 if (IsNullOrUndefined(iterable)) goto Throw;
48 assert(!IsNullOrUndefined(i.object));
H A Dbuiltins-utils.h129 if (args.receiver()->IsNullOrUndefined(isolate)) { \
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dobject-fromentries.tq40 if (IsNullOrUndefined(iterable)) goto Throw;
47 assert(!IsNullOrUndefined(i.object));
H A Dbuiltins-utils.h124 if (args.receiver()->IsNullOrUndefined(isolate)) { \
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dobject-fromentries.tq54 if (IsNullOrUndefined(iterable)) goto Throw;
61 dcheck(!IsNullOrUndefined(i.object));
H A Dbuiltins-utils.h140 if (args.receiver()->IsNullOrUndefined(isolate)) { \
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-value.h55 V8_INLINE bool IsNullOrUndefined() const;
490 bool Value::IsNullOrUndefined() const { in IsNullOrUndefined() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/events/
H A Dcustom_event.cc49 if (!detail->IsNullOrUndefined()) { in CustomEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/custom/
H A Dcustom_layout_child.cc70 if (!data->IsNullOrUndefined()) { in layoutNextFragment()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Deffect_input.cc285 if (!keyframe->IsObject() && !keyframe->IsNullOrUndefined()) { in ConvertArrayForm()
297 if (!keyframe->IsNullOrUndefined()) { in ConvertArrayForm()
690 if (keyframes_value->IsNullOrUndefined()) in ParseKeyframesArgument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/events/
H A Derror_event.cc77 if (!error->IsNullOrUndefined()) { in ErrorEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Deffect_input.cc290 if (!keyframe->IsObject() && !keyframe->IsNullOrUndefined()) { in ConvertArrayForm()
302 if (!keyframe->IsNullOrUndefined()) { in ConvertArrayForm()
695 if (keyframes_value->IsNullOrUndefined()) in ParseKeyframesArgument()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-utils.h124 if (args.receiver()->IsNullOrUndefined(isolate)) { \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webaudio/
H A Daudio_worklet_global_scope.cc120 if (!v8_parameter_descriptors->IsNullOrUndefined()) { in registerProcessor()

12345678