Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstelement.c2237 gboolean has_debug = TRUE; in gst_element_message_full_with_details() local
2257 has_debug = FALSE; in gst_element_message_full_with_details()
2261 if (has_debug) in gst_element_message_full_with_details()
/third_party/quickjs/
Dquickjs.c607 uint8_t has_debug : 1; member
5885 if (b->has_debug) { in compute_bytecode_size()
6423 if (!b->has_debug || !b->debug.pc2line_buf) { in find_line_num()
6542 if (b->has_debug) { in build_backtrace()
14930 if (b && b->has_debug) { in js_function_proto_fileName()
14940 if (b && b->has_debug) { in js_function_proto_lineNumber()
28137 if (!b->has_debug) in JS_GetScriptOrModuleName()
29216 if (b->has_debug && b->debug.filename != JS_ATOM_NULL) { in js_dump_function_bytecode()
29276 b->has_debug ? b->debug.source : NULL, in js_dump_function_bytecode()
29277 b->has_debug ? b->debug.line_num : -1, NULL, b); in js_dump_function_bytecode()
[all …]