Home
last modified time | relevance | path

Searched refs:NullableInterface (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/js/
Dcodec.js831 function NullableInterface(cls) { class
835 NullableInterface.prototype = Object.create(Interface.prototype); class
916 exports.NullableInterface = NullableInterface;
Dvalidator.js55 type === codec.NullableInterface ||