Lines Matching refs:js
40 // js-format specs
101 // baseline c -> js type mapping
110 // custom c -> js type mapping for pointers
119 // <c pointer data type>: <js swig generated pointer type that will replace pointers of data type>, ...
138 // parse doxygen xml -> js-format specs
258 // configure c->js typemaps from custom swig directives
263 // get all js*.i directives from class-specific subdirectories, to be parsed below for %typemaps directives
266 return ((path.extname(fn) == '.i') && (path.basename(fn).search(/^js/) != -1));
498 var printIgnoredMethodOnce = _.once(function() { console.log(methodName + ' from ' + path.basename(xml2js.opts.custom) + ' is omitted from JS documentation.'); });
644 console.log((parent ? (parent + '.') : '') + methodName + ' is omitted from JS documentation.');
763 var msg = (xml2js.opts.strict ? ' is omitted from JS documentation.' : ' has invalid type(s).');
786 var msgAddendum = (xml2js.opts.strict ? ' Omitted from JS documentation.' : '');
793 // verify whether the given type is valid JS