Home
last modified time | relevance | path

Searched refs:other_obj (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dproxy_get_own_property_descriptor.js107 var other_obj = { value: proxied_desc.value,
113 assert(other_obj.value == proxied_obj.value);
114 assert(other_obj.configurable == proxied_obj.configurable);
115 assert(other_obj.writable == proxied_obj.writable);
116 assert(other_obj.enumerable == proxied_obj.enumerable);
/third_party/python/Objects/
H A Dweakrefobject.c217 PyObject* other_obj = PyWeakref_GET_OBJECT(other); in weakref_richcompare() local
219 Py_INCREF(other_obj); in weakref_richcompare()
220 PyObject* res = PyObject_RichCompare(obj, other_obj, op); in weakref_richcompare()
222 Py_DECREF(other_obj); in weakref_richcompare()

Completed in 3 milliseconds