webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Functions | Variables
webkitpy.port.leakdetector_valgrind Namespace Reference

Classes

class  LeakDetectorValgrind
 
class  ValgrindError
 

Functions

def get_text_of (top_node, name)
 
def get_CDATA_of (top_node, name)
 
def gather_frames (node, source_dir)
 

Variables

string INSTRUCTION_POINTER = "ip"
 
string OBJECT_FILE = "obj"
 
string FUNCTION_NAME = "fn"
 
string SRC_FILE_DIR = "dir"
 
string SRC_FILE_NAME = "file"
 
string SRC_LINE = "line"
 

Function Documentation

◆ gather_frames()

def webkitpy.port.leakdetector_valgrind.gather_frames (   node,
  source_dir 
)

◆ get_CDATA_of()

def webkitpy.port.leakdetector_valgrind.get_CDATA_of (   top_node,
  name 
)
Returns all CDATA in all DOM nodes with a certain |name| that are children of |top_node|. 

◆ get_text_of()

def webkitpy.port.leakdetector_valgrind.get_text_of (   top_node,
  name 
)
Returns all text in all DOM nodes with a certain |name| that are children of |top_node|. 

Variable Documentation

◆ FUNCTION_NAME

string webkitpy.port.leakdetector_valgrind.FUNCTION_NAME = "fn"

◆ INSTRUCTION_POINTER

string webkitpy.port.leakdetector_valgrind.INSTRUCTION_POINTER = "ip"

◆ OBJECT_FILE

string webkitpy.port.leakdetector_valgrind.OBJECT_FILE = "obj"

◆ SRC_FILE_DIR

string webkitpy.port.leakdetector_valgrind.SRC_FILE_DIR = "dir"

◆ SRC_FILE_NAME

string webkitpy.port.leakdetector_valgrind.SRC_FILE_NAME = "file"

◆ SRC_LINE

string webkitpy.port.leakdetector_valgrind.SRC_LINE = "line"