Flutter Engine
The Flutter Engine
|
Classes | |
class | Dart2JSBackend |
class | DartLibraries |
class | DartLibrary |
class | DartLibraryEmitter |
class | ElementConstructorInfo |
class | HtmlDartInterfaceGenerator |
Functions | |
def | CanUseStaticExtensions (interface, should) |
def | ElementConstructorInfos (typename, element_constructors, factory_provider_name='_Elements') |
def | SvgSupportStr (tagName) |
def | ElemSupportStr (tagName) |
Variables | |
list | HTML_LIBRARY_NAMES |
js_support_checks | |
promise_attributes | |
promise_operations | |
promise_generateCall | |
dictionary | compat_conflicts |
def scripts.systemhtml.CanUseStaticExtensions | ( | interface, | |
should | |||
) |
Definition at line 21 of file systemhtml.py.
def scripts.systemhtml.ElementConstructorInfos | ( | typename, | |
element_constructors, | |||
factory_provider_name = '_Elements' |
|||
) |
Returns list of ElementConstructorInfos about the convenience constructors for an Element or SvgElement.
Definition at line 442 of file systemhtml.py.
def scripts.systemhtml.ElemSupportStr | ( | tagName | ) |
Definition at line 464 of file systemhtml.py.
def scripts.systemhtml.SvgSupportStr | ( | tagName | ) |
Definition at line 460 of file systemhtml.py.
dictionary scripts.systemhtml.compat_conflicts |
Definition at line 1265 of file systemhtml.py.
list scripts.systemhtml.HTML_LIBRARY_NAMES |
Definition at line 28 of file systemhtml.py.
scripts.systemhtml.js_support_checks |
Definition at line 517 of file systemhtml.py.
scripts.systemhtml.promise_attributes |
Definition at line 922 of file systemhtml.py.
scripts.systemhtml.promise_generateCall |
Definition at line 1236 of file systemhtml.py.
scripts.systemhtml.promise_operations |
Definition at line 956 of file systemhtml.py.