Home
last modified time | relevance | path

Searched refs:SameValue (Results 1 - 25 of 26) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
H A Dtype-narrowing-reducer.cc55 DECLARE_CASE(SameValue) in Reduce()
H A Doperation-typer.h61 Type SameValue(Type lhs, Type rhs);
H A Doperation-typer.cc1225 Type OperationTyper::SameValue(Type lhs, Type rhs) { in SameValue() function in v8::internal::compiler::OperationTyper
1247 // SameValue and SamevalueNumbersOnly only differ in treatment of in SameValueNumbersOnly()
1248 // strings and biginits. Since the SameValue typer does not do anything in SameValueNumbersOnly()
1250 return SameValue(lhs, rhs); in SameValueNumbersOnly()
H A Dsimplified-operator.h818 const Operator* SameValue();
H A Dopcodes.h310 V(SameValue) \
H A Dsimplified-operator.cc790 V(SameValue, Operator::kCommutative, 2, 0) \
H A Dtyper.cc2015 return t->operation_typer()->SameValue(lhs, rhs); in SameValueTyper()
H A Djs-native-context-specialization.cc2473 graph()->NewNode(simplified()->SameValue(), current_value, value); in BuildPropertyStore()
H A Dsimplified-lowering.cc425 DECLARE_CASE(SameValue) in UpdateFeedbackType()
/third_party/node/deps/v8/include/
H A Dv8-value.h425 bool SameValue(Local<Value> that) const;
/third_party/node/deps/v8/include/v8-include/
H A Dv8-value.h435 bool SameValue(Local<Value> that) const;
/third_party/node/src/
H A Dheap_utils.cc72 return a->JSValue()->SameValue(b->JSValue()); in operator ()()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc271 // * [AB] If SameValue(new, O) is true, throw a TypeError exception. in SliceHelper()
272 if (!is_shared && new_->SameValue(*args.receiver())) { in SliceHelper()
H A Daccessors.cc171 DCHECK(Utils::OpenHandle(*name)->SameValue( in ArrayLengthSetter()
H A Dbuiltins-definitions.h703 TFC(SameValue, Compare) \
H A Dbuiltins-internal-gen.cc999 TF_BUILTIN(SameValue, CodeStubAssembler) { in TF_BUILTIN()
/third_party/node/deps/v8/src/objects/
H A Dhash-table-inl.h276 return key->SameValue(other); in IsMatch()
H A Djs-array-buffer.cc38 // 4. If SameValue(! ToString(n), argument) is false, return undefined. in CanonicalNumericIndexString()
41 if (!str->SameValue(*key)) return false; in CanonicalNumericIndexString()
H A Dmodule.cc439 // SameValue(Desc.[[Value]], current.[[Value]]). in DefineOwnProperty()
445 (desc->has_value() && !desc->value()->SameValue(*current.value()))) { in DefineOwnProperty()
H A Dobjects.h598 V8_EXPORT_PRIVATE bool SameValue(Object other);
600 // A part of SameValue which handles Number vs. Number case.
605 // +0 and -0 are treated equal. Everything else is the same as SameValue.
H A Djs-objects.cc265 if (search_element->SameValue(*excluded_properties->at(i))) { in HasExcludedProperty()
1497 (current->has_value() && current->value()->SameValue(*desc->value()))) && in ValidateAndApplyPropertyDescriptor()
1501 (current->has_get() && current->get()->SameValue(*desc->get()))) && in ValidateAndApplyPropertyDescriptor()
1503 (current->has_set() && current->set()->SameValue(*desc->set())))) { in ValidateAndApplyPropertyDescriptor()
1517 // ! SameValue(Desc.[[Enumerable]], current.[[Enumerable]]) is false, return in ValidateAndApplyPropertyDescriptor()
1534 // 6. Else if ! SameValue(!IsDataDescriptor(current), in ValidateAndApplyPropertyDescriptor()
1575 // 7a ii. If Desc.[[Value]] is present and SameValue(Desc.[[Value]], in ValidateAndApplyPropertyDescriptor()
1577 if (desc->has_value() && !desc->value()->SameValue(*current->value())) { in ValidateAndApplyPropertyDescriptor()
1592 // 8a i. If Desc.[[Set]] is present and SameValue(Desc.[[Set]], in ValidateAndApplyPropertyDescriptor()
1594 if (desc->has_set() && !desc->set()->SameValue(*curren in ValidateAndApplyPropertyDescriptor()
[all...]
H A Dobjects.cc1254 // 10.a.i. If SameValue(trapResult, targetDesc.[[Value]]) is false, in CheckGetSetTrapResult()
1259 !trap_result->SameValue(*target_desc.value()); in CheckGetSetTrapResult()
1390 // 12. If SameValue(handlerProto, targetProto) is false, throw a TypeError. in GetPrototype()
1391 if (!handler_proto->SameValue(*target_proto)) { in GetPrototype()
1641 bool Object::SameValue(Object other) { in SameValue() function in v8::internal::Object
5231 // 13. If SameValue(V, targetProto) is false, throw a TypeError exception. in SetPrototype()
5232 if (bool_trap_result && !value->SameValue(*target_proto)) { in SetPrototype()
5491 // 7. If SameValue(resolution, promise) is true, then in Resolve()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp1463 auto SameValue = [&EV,this,IsStack](unsigned I) { in assignInits() local
1468 if (all_of(P.second, SameValue)) { in assignInits()
/third_party/node/deps/v8/src/wasm/
H A Dc-api.cc949 return impl(this)->v8_object()->SameValue(*impl(that)->v8_object());
/third_party/node/deps/v8/src/api/
H A Dapi.cc4243 bool Value::SameValue(Local<Value> that) const { in SameValue() function in v8::Value
4246 return self->SameValue(*other); in SameValue()

Completed in 83 milliseconds

12