Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dtypeobject.c7345 PyObject *index_obj; in slot_sq_ass_item() local
7347 index_obj = PyLong_FromSsize_t(index); in slot_sq_ass_item()
7348 if (index_obj == NULL) { in slot_sq_ass_item()
7353 stack[1] = index_obj; in slot_sq_ass_item()
7361 Py_DECREF(index_obj); in slot_sq_ass_item()
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc3281 bool PropertyKeyToArrayIndex(Handle<Object> index_obj, uint32_t* output) { in PropertyKeyToArrayIndex() argument
3282 return PropertyKeyToArrayLength(index_obj, output) && *output != kMaxUInt32; in PropertyKeyToArrayIndex()

Completed in 22 milliseconds