MCPcopy Index your code
hub / github.com/angular-ui/ui-router / serializeValue

Function serializeValue

test/angular/1.5/angular.js:10750–10755  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

10748};
10749
10750function serializeValue(v) {
10751 if (isObject(v)) {
10752 return isDate(v) ? v.toISOString() : toJson(v);
10753 }
10754 return v;
10755}
10756
10757
10758/** @this */

Callers 2

serializeFunction · 0.70

Calls 3

isObjectFunction · 0.70
isDateFunction · 0.70
toJsonFunction · 0.70

Tested by

no test coverage detected