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

/external/python/cpython2/Python/
H A D_warnings.c244 *category, PyObject *sourceline)
273 if (sourceline) {
274 char *source_line_str = PyString_AS_STRING(sourceline);
291 PyObject *module, PyObject *registry, PyObject *sourceline)
402 show_warning(filename, lineno, text, category, sourceline);
243 show_warning(PyObject *filename, int lineno, PyObject *text, PyObject *category, PyObject *sourceline) argument
289 warn_explicit(PyObject *category, PyObject *message, PyObject *filename, int lineno, PyObject *module, PyObject *registry, PyObject *sourceline) argument
/external/v8/src/
H A Dd8.cc1284 Local<String> sourceline; local
1285 if (message->GetSourceLine(context).ToLocal(&sourceline)) {
1287 v8::String::Utf8Value sourcelinevalue(sourceline);

Completed in 217 milliseconds