Home | History | Annotate | Download | only in src

Lines Matching refs:SameValue

733          SameValue(desc.isEnumerable(), current.isEnumerable())) &&
735 SameValue(desc.isConfigurable(), current.isConfigurable())) &&
737 SameValue(desc.isWritable(), current.isWritable())) &&
739 SameValue(desc.getValue(), current.getValue())) &&
741 SameValue(desc.getGet(), current.getGet())) &&
743 SameValue(desc.getSet(), current.getSet()))) {
777 !SameValue(desc.getValue(), current.getValue())) {
787 if (desc.hasSetter() && !SameValue(desc.getSet(), current.getSet())) {
794 if (desc.hasGetter() && !SameValue(desc.getGet(),current.getGet())) {