Home
last modified time | relevance | path

Searched defs:_resolve (Results 1 – 6 of 6) sorted by relevance

/third_party/jsframework/runtime/main/manage/event/
DcallbackIntercept.ts102 private _resolve: Function; property in PromiseRef
/third_party/node/deps/npm/node_modules/util-promisify/
Dindex.js56 const promise = new Promise(function (_resolve, _reject) { argument
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromise_array.js124 PromiseArray.prototype._resolve = function (value) { method in PromiseArray
Dreduce.js60 ReductionPromiseArray.prototype._resolve = function(value) { method in ReductionPromiseArray
/third_party/node/deps/npm/test/tap/
Dshared-linked.js29 _resolve: 'foo', property
37 _resolve: 'foo', property
/third_party/python/Lib/logging/
Dconfig.py86 def _resolve(name): function