Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/gauge/lib/
Dtheme-set.js65 throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor)
80 throw this.newMissingDefaultThemeError(platformName, hasUnicode, hasColor)
98 ThemeSetProto.newMissingDefaultThemeError = function
99 function newMissingDefaultThemeError (platformName, hasUnicode, hasColor) { function
105 Error.captureStackTrace.call(err, newMissingDefaultThemeError)