Home
last modified time | relevance | path

Searched defs:ErrClass (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeOfThisInConstructorParamList.js3 class ErrClass { class
13 function ErrClass(f) { class in ErrClass
/third_party/node/deps/npm/node_modules/err-code/
Dindex.js39 const ErrClass = function () {}; class
41 ErrClass.prototype = Object.create(Object.getPrototypeOf(err)); class
Dindex.umd.js40 const ErrClass = function () {}; class
42 ErrClass.prototype = Object.create(Object.getPrototypeOf(err)); class
/third_party/typescript/tests/cases/conformance/expressions/thisKeyword/
DtypeOfThisInConstructorParamList.ts2 class ErrClass { class