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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c408 /* Tracing arcs: key is (last_line,this_line). */
414 /* Tracing lines: key is simply this_line. */
415 PyObject * this_line = MyInt_FromLong(frame->f_lineno); local
416 if (this_line == NULL) {
420 ret = PyDict_SetItem(self->cur_file_data, this_line, Py_None);
421 Py_DECREF(this_line);

Completed in 758 milliseconds