Searched refs:StrictEquals (Results 1 – 8 of 8) sorted by relevance
46 return isolate->heap()->ToBoolean(x->StrictEquals(y)); in RUNTIME_FUNCTION()54 return isolate->heap()->ToBoolean(!x->StrictEquals(y)); in RUNTIME_FUNCTION()
918 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
518 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath()1867 if (value->StrictEquals(element_k)) { in IndexOfValueImpl()1883 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueImpl()2756 if (value->StrictEquals(elements->get(k))) return Just<int64_t>(k); in IndexOfValueImpl()3960 if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()3968 } else if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()
1216 bool StrictEquals(Object* that);
2350 DCHECK(value->StrictEquals(expected)); in Send()
4062 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value4065 return self->StrictEquals(*other); in StrictEquals()
701 bool Object::StrictEquals(Object* that) { in StrictEquals() function in v8::internal::Object
2576 bool StrictEquals(Local<Value> that) const;