Home
last modified time | relevance | path

Searched defs:isPromise (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/foreground-child/dist/mjs/
Dindex.js145 const isPromise = (o) => !!o && typeof o === 'object' && typeof o.then === 'function'; function
/third_party/node/deps/npm/node_modules/treeverse/lib/
Dbreadth.js65 const isPromise = p => p && typeof p.then === 'function' function
Ddepth-descent.js86 const isPromise = p => p && typeof p.then === 'function' function
/third_party/node/test/js-native-api/test_promise/
Dtest_promise.c39 static napi_value isPromise(napi_env env, napi_callback_info info) { in isPromise() function
/third_party/node/deps/npm/node_modules/foreground-child/dist/cjs/
Dindex.js153 const isPromise = (o) => !!o && typeof o === 'object' && typeof o.then === 'function'; function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_util.js450 this.isPromise = function (...args) { method
/third_party/typescript/src/compiler/
Dchecker.ts39320 const isPromise = !!getAwaitedTypeOfPromise(type); constant
/third_party/node/tools/lint-md/
Dlint-md.mjs21293 function isPromise(obj) { function