Searched refs:customType (Results 1 – 1 of 1) sorted by relevance
159 var customType = jsModule[jsModuleName];160 logging.CHECK(customType, jsModuleName + ' must export itself.');161 customType.prototype = new CustomBindingsObject(); class162 customType.prototype.setSchema(type);163 return customType;