Home
last modified time | relevance | path

Searched defs:tb_next (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/third_party/jinja2/
Ddebug.py213 def tb_set_next(tb, tb_next): argument
224 def tb_set_next(tb, tb_next): argument
230 def tb_set_next(tb, tb_next): argument
253 def tb_set_next(tb, tb_next): argument
/third_party/skia/third_party/externals/jinja2/
Ddebug.py213 def tb_set_next(tb, tb_next): argument
224 def tb_set_next(tb, tb_next): argument
230 def tb_set_next(tb, tb_next): argument
253 def tb_set_next(tb, tb_next): argument
/third_party/python/Include/cpython/
Dtraceback.h9 PyTracebackObject *tb_next; member
/third_party/python/Python/clinic/
Dtraceback.c.h24 PyObject *tb_next; in tb_new() local
/third_party/node/tools/inspector_protocol/jinja2/
Ddebug.py44 def tb_next(self): member in TracebackFrameProxy
/third_party/python/Python/
Dtraceback.c79 tb_new_impl(PyTypeObject *type, PyObject *tb_next, PyFrameObject *tb_frame, in tb_new_impl()
238 _PyTraceBack_FromFrame(PyObject *tb_next, PyFrameObject *frame) in _PyTraceBack_FromFrame()