Searched refs:StrictEquals (Results 1 – 9 of 9) sorted by relevance
48 return isolate->heap()->ToBoolean(x.StrictEquals(y)); in RUNTIME_FUNCTION()56 return isolate->heap()->ToBoolean(!x.StrictEquals(y)); in RUNTIME_FUNCTION()
408 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
33 return Just<bool>(maybe_property.ToLocalChecked()->StrictEquals( in IsProperty()
361 V8_EXPORT_PRIVATE bool StrictEquals(Object that);
504 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath()1753 if (value->StrictEquals(element_k)) { in IndexOfValueImpl()1769 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueImpl()2541 if (value.StrictEquals(elements.get(static_cast<uint32_t>(k)))) { in IndexOfValueImpl()4201 if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()4209 } else if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()
807 bool Object::StrictEquals(Object that) { in StrictEquals() function in v8::internal::Object
2770 DCHECK(value->StrictEquals(expected)); in Send()
2961 bool StrictEquals(Local<Value> that) const;
4041 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value4044 return self->StrictEquals(*other); in StrictEquals()