pulsar/native/v8_extensions/atom.js

10 lines
158 B
JavaScript

(function () {
native function sendMessageToBrowserProcess(name, array);
this.atom = {
sendMessageToBrowserProcess: sendMessageToBrowserProcess
};
})();