Home
last modified time | relevance | path

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

/third_party/node/deps/v8/third_party/jinja2/
H A Ddebug.py71 tb_next = tb_set_next(tb, tb_next)
213 def tb_set_next(tb, tb_next): function
224 def tb_set_next(tb, tb_next): function
230 def tb_set_next(tb, tb_next): function
253 def tb_set_next(tb, tb_next): function
/third_party/skia/third_party/externals/jinja2/
H A Ddebug.py71 tb_next = tb_set_next(tb, tb_next)
213 def tb_set_next(tb, tb_next): function
224 def tb_set_next(tb, tb_next): function
230 def tb_set_next(tb, tb_next): function
253 def tb_set_next(tb, tb_next): function
/third_party/node/tools/inspector_protocol/jinja2/
H A Ddebug.py48 if tb_set_next is not None:
50 tb_set_next(self.tb, next and next.tb or None)
345 def tb_set_next(tb, next): function
349 raise TypeError('tb_set_next arguments must be traceback objects')
361 return tb_set_next
364 # try to get a tb_set_next implementation if we don't have transparent
366 tb_set_next = None variable
369 tb_set_next = _init_ugly_crap()

Completed in 2 milliseconds