Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
generate_blink_file.py File Reference

Go to the source code of this file.

Namespaces

namespace  scripts
 
 

Functions

 scripts.generate_blink_file.generate_parameter_entries (param_infos)
 
 scripts.generate_blink_file.rename_constructor (name)
 
 scripts.generate_blink_file._Find_Match (interface_id, member, member_prefix, candidates)
 
 scripts.generate_blink_file._Is_Native (interface, member)
 
 scripts.generate_blink_file.Select_Stub (template, is_native)
 
 scripts.generate_blink_file.Generate_Blink (output_dir, database, type_registry)
 
 scripts.generate_blink_file._Emit_Extra_Operations (blink_file, interface_name)
 
 scripts.generate_blink_file._Emit_Blink_Constructors (blink_file, analyzed_constructors)
 
 scripts.generate_blink_file._Process_Attributes (blink_file, interface, attributes)
 
 scripts.generate_blink_file._Process_Operations (blink_file, interface, operations, primary_interface=False)
 
 scripts.generate_blink_file._Suppress_Secondary_Interface_Operation (interface, analyzed)
 
 scripts.generate_blink_file._Emit_Blink_Operation (blink_file, interface, analyzeOperations, primary_interface)
 

Variables

 scripts.generate_blink_file._js_custom_members
 
dict scripts.generate_blink_file._additional_methods
 
str scripts.generate_blink_file.HEADER
 
str scripts.generate_blink_file.END_RESOLVER
 
str scripts.generate_blink_file.BLINK_UTILS
 
str scripts.generate_blink_file.CLASS_DEFINITION
 
str scripts.generate_blink_file.CLASS_DEFINITION_EXTENDS
 
list scripts.generate_blink_file.CONSTRUCTOR_0
 
list scripts.generate_blink_file.CONSTRUCTOR_ARGS
 
list scripts.generate_blink_file.ATTRIBUTE_GETTER
 
list scripts.generate_blink_file.ATTRIBUTE_SETTER
 
list scripts.generate_blink_file.OPERATION_0
 
list scripts.generate_blink_file.OPERATION_1
 
list scripts.generate_blink_file.OPERATION_2
 
list scripts.generate_blink_file.OPERATION_PQ
 
str scripts.generate_blink_file.ARGUMENT_NUM = "__arg_%s"
 
list scripts.generate_blink_file.OPERATION_ARGS
 
str scripts.generate_blink_file.CLASS_STATIC = 'Blink_JsNative_DomException.getProperty(js.context, "%s")'
 
list scripts.generate_blink_file.STATIC_ATTRIBUTE_GETTER
 
list scripts.generate_blink_file.STATIC_OPERATION_0
 
list scripts.generate_blink_file.STATIC_OPERATION_ARGS
 
str scripts.generate_blink_file.CLASS_DEFINITION_END
 
dict scripts.generate_blink_file.constructor_renames
 
dict scripts.generate_blink_file.suppressed_operations