Lines Matching refs:Module
2 // Module to CanvasKit in quite the same way.
3 Module.sayHello = function() {};
4 Module.publicFunction = function() {};
5 Module.publicExtension = function() {};
6 Module.withObject = function() {};
7 Module._privateFunction = function() {};
8 Module._privateExtension = function() {};
9 Module._withObject = function() {};
11 Module.Something = {
19 Module.CompoundObj = {
26 Module.onRuntimeInitialized = function() {};
27 Module._malloc = function() {};
28 Module._free = function() {}