Home
last modified time | relevance | path

Searched refs:StrictEquals (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/runtime/
Druntime-operators.cc46 return isolate->heap()->ToBoolean(x->StrictEquals(y)); in RUNTIME_FUNCTION()
54 return isolate->heap()->ToBoolean(!x->StrictEquals(y)); in RUNTIME_FUNCTION()
Druntime-array.cc918 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
/external/v8/src/
Delements.cc518 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()
Dobjects.h1216 bool StrictEquals(Object* that);
Dd8.cc2350 DCHECK(value->StrictEquals(expected)); in Send()
Dapi.cc4062 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value
4065 return self->StrictEquals(*other); in StrictEquals()
Dobjects.cc701 bool Object::StrictEquals(Object* that) { in StrictEquals() function in v8::internal::Object
/external/v8/include/
Dv8.h2576 bool StrictEquals(Local<Value> that) const;