webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Functions | Variables
gen_load_functions_table.py File Reference

Namespaces

 gen_load_functions_table
 

Functions

def gen_load_functions_table.load_functions_name (internal_format, angle_format)
 
def gen_load_functions_table.unknown_func_name (internal_format)
 
def gen_load_functions_table.get_load_func (func_name, type_functions)
 
def gen_load_functions_table.get_unknown_load_func (angle_to_type_map, internal_format)
 
def gen_load_functions_table.parse_json (json_data)
 

Variables

string gen_load_functions_table.template
 
string gen_load_functions_table.internal_format_param = 'internalFormat'
 
string gen_load_functions_table.angle_format_param = 'angleFormat'
 
string gen_load_functions_table.angle_format_unknown = 'NONE'
 
 gen_load_functions_table.json_data = angle_format.load_json('load_functions_data.json')
 
 gen_load_functions_table.switch_data
 
 gen_load_functions_table.load_functions_data
 
string gen_load_functions_table.output