Home | History | Annotate | Download | only in profviz

Lines Matching defs:self

54         self.postMessage({'transaction': -1, 'content': text});
57 self.postMessage({'transaction': -2, 'content': text});
155 // self.postMessage(x); // enable this if you want stdout to be sent as messages
3953 var self = _sbrk;
3954 if (!self.called) {
3956 self.called = true;
3958 self.alloc = Runtime.dynamicAlloc;
3962 if (bytes != 0) self.alloc(bytes);
4644 self['Runtime'] = Runtime;
4645 self['FS'] = FS;
4649 self['FS'] = FS;
4650 self['FS']['root'] = FS.root;
4651 self['FS']['deleteFile'] = FS.deleteFile;
4652 self['FS']['findObject'] = FS.findObject;
4653 self['FS']['createDataFile'] = FS.createDataFile;
4654 self['FS']['getFileContents'] = function(name) {