Searched defs:_createCookieHashString (Results 1 - 1 of 1) sorted by relevance

/yui3/src/cookie/js/
H A DCookie.js108 * @method _createCookieHashString
112 _createCookieHashString : function (hash /*:Object*/) /*:String*/ {
114 error("Cookie._createCookieHashString(): Argument must be an object.");
489 var text /*:String*/ = this._createCookieString(name, this._createCookieHashString(value), false, options);

Completed in 8 milliseconds