Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-operators.cc136 return isolate->heap()->ToBoolean(x->StrictEquals(y)); in RUNTIME_FUNCTION()
144 return isolate->heap()->ToBoolean(!x->StrictEquals(y)); in RUNTIME_FUNCTION()
Druntime-array.cc632 if (search_element->StrictEquals(*element_k)) { in RUNTIME_FUNCTION()
/external/v8/src/
Delements.cc508 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueSlowPath()
1707 if (value->StrictEquals(element_k)) { in IndexOfValueImpl()
1723 if (value->StrictEquals(*element_k)) return Just<int64_t>(k); in IndexOfValueImpl()
2510 if (value->StrictEquals(elements->get(k))) return Just<int64_t>(k); in IndexOfValueImpl()
3237 if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()
3245 } else if (value->StrictEquals(*element_k)) { in IndexOfValueImpl()
Dd8.cc2000 CHECK(value->StrictEquals(expected)); in Send()
Dapi.cc4090 bool Value::StrictEquals(Local<Value> that) const { in StrictEquals() function in v8::Value
4093 return self->StrictEquals(*other); in StrictEquals()
Dobjects.h1217 bool StrictEquals(Object* that);
Dobjects.cc593 bool Object::StrictEquals(Object* that) { in StrictEquals() function in v8::internal::Object
/external/v8/include/
Dv8.h2264 bool StrictEquals(Local<Value> that) const;