Home
last modified time | relevance | path

Searched refs:script_str (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_sqlite/
Dcursor.c783 PyObject* script_str = NULL; in pysqlite_cursor_executescript() local
802 script_str = PyUnicode_AsUTF8String(script_obj); in pysqlite_cursor_executescript()
803 if (!script_str) { in pysqlite_cursor_executescript()
807 script_cstr = PyString_AsString(script_str); in pysqlite_cursor_executescript()
858 Py_XDECREF(script_str); in pysqlite_cursor_executescript()
/external/v8/src/compiler/
Dwasm-compiler.cc3720 Handle<String> script_str = in RecordFunctionCompilation() local
3725 *script_str, 0, 0)); in RecordFunctionCompilation()