Lines Matching refs:SameValue
265 if (search_element->SameValue(*excluded_properties->at(i))) {
1497 (current->has_value() && current->value()->SameValue(*desc->value()))) &&
1501 (current->has_get() && current->get()->SameValue(*desc->get()))) &&
1503 (current->has_set() && current->set()->SameValue(*desc->set())))) {
1517 // ! SameValue(Desc.[[Enumerable]], current.[[Enumerable]]) is false, return
1534 // 6. Else if ! SameValue(!IsDataDescriptor(current),
1575 // 7a ii. If Desc.[[Value]] is present and SameValue(Desc.[[Value]],
1577 if (desc->has_value() && !desc->value()->SameValue(*current->value())) {
1592 // 8a i. If Desc.[[Set]] is present and SameValue(Desc.[[Set]],
1594 if (desc->has_set() && !desc->set()->SameValue(*current->set())) {
1600 // 8a ii. If Desc.[[Get]] is present and SameValue(Desc.[[Get]],
1602 if (desc->has_get() && !desc->get()->SameValue(*current->get())) {
5031 // unless V is the SameValue as the target's observed [[GetPrototypeOf]]