Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dusing.js91 function FunctionDisposer(fn, promise, context) { class
94 inherits(FunctionDisposer, Disposer);
96 FunctionDisposer.prototype.doDispose = function (resource, inspection) { class
221 return new FunctionDisposer(fn, this, createContext());
/third_party/typescript/tests/baselines/reference/user/
Dbluebird.log178 …e/using.js(92,14): error TS2339: Property 'constructor$' does not exist on type 'FunctionDisposer'.
179 …s/release/using.js(97,23): error TS2339: Property 'data' does not exist on type 'FunctionDisposer'.
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.js5137 function FunctionDisposer(fn, promise, context) {
5140 inherits(FunctionDisposer, Disposer);
5142 FunctionDisposer.prototype.doDispose = function (resource, inspection) {
5267 return new FunctionDisposer(fn, this, createContext());