Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/es-abstract/operations/
D2015.js73 IsPromise: 'https://ecma-international.org/ecma-262/6.0/#sec-ispromise', property
D2016.js74 IsPromise: 'https://ecma-international.org/ecma-262/7.0/#sec-ispromise', property
D2017.js75 IsPromise: 'https://ecma-international.org/ecma-262/8.0/#sec-ispromise', property
/third_party/node/src/
Dmodule_wrap.cc293 if (!resolve_return_value->IsPromise()) { in Link()
590 CHECK(result->IsPromise()); in ImportModuleDynamically()
Dnode_util.cc86 if (!args[0]->IsPromise()) in GetPromiseDetails()
Djs_native_api_v8.cc3067 *is_promise = v8impl::V8LocalValueFromJsValue(value)->IsPromise(); in napi_is_promise()