Home
last modified time | relevance | path

Searched defs:sourceline (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
D_warnings.c483 PyObject *category, PyObject *sourceline) in show_warning()
557 PyObject *sourceline, PyObject *source) in call_show_warning()
614 PyObject *module, PyObject *registry, PyObject *sourceline, in warn_explicit()
/third_party/node/src/
Dnode_errors.cc57 std::string sourceline(*encoded_source, encoded_source.length()); in GetErrorSource() local