Home
last modified time | relevance | path

Searched refs:MDN (Results 1 – 22 of 22) sorted by relevance

/third_party/node/deps/undici/src/docs/api/
DFetch.md5 Documentation and examples can be found on [MDN](https://developer.mozilla.org/en-US/docs/Web/API/f…
9 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
15 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
19 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
23 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
27 This API is implemented as per the standard, you can find documentation on [MDN](https://developer.…
DWebSocket.md41 - [MDN - WebSocket](https://developer.mozilla.org/en-US/docs/Web/API/WebSocket)
DClient.md25 …. This value may be overridden by *keep-alive* hints from the server. See [MDN: HTTP - Headers - K…
DDispatcher.md759 Upgrade to a different protocol. Visit [MDN - HTTP - Protocol upgrade mechanism](https://developer.…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUPALMetadata.cpp39 auto MDN = dyn_cast<MDTuple>(NamedMD->getOperand(0)); in readFromIR() local
40 if (MDN && MDN->getNumOperands()) { in readFromIR()
41 if (auto MDS = dyn_cast<MDString>(MDN->getOperand(0))) in readFromIR()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/
DAddressSanitizer.h32 void parse(MDNode *MDN);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp1114 void LocationMetadata::parse(MDNode *MDN) { in parse() argument
1115 assert(MDN->getNumOperands() == 3); in parse()
1116 MDString *DIFilename = cast<MDString>(MDN->getOperand(0)); in parse()
1118 LineNo = mdconst::extract<ConstantInt>(MDN->getOperand(1))->getLimitedValue(); in parse()
1120 mdconst::extract<ConstantInt>(MDN->getOperand(2))->getLimitedValue(); in parse()
1130 for (auto MDN : Globals->operands()) { in GlobalsMetadata() local
1132 assert(MDN->getNumOperands() == 5); in GlobalsMetadata()
1133 auto *V = mdconst::extract_or_null<Constant>(MDN->getOperand(0)); in GlobalsMetadata()
1144 if (auto *Loc = cast_or_null<MDNode>(MDN->getOperand(1))) in GlobalsMetadata()
1146 if (auto *Name = cast_or_null<MDString>(MDN->getOperand(2))) in GlobalsMetadata()
[all …]
/third_party/typescript/.github/ISSUE_TEMPLATE/
Dlib_change.md52 Link to relevant documentation (e.g. MDN, W3C, ECMAScript Spec) to consult for this property.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp582 if (auto *MDN = dyn_cast_or_null<MDNode>(I)) in traverse() local
583 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) && in traverse()
584 !isa<DICompileUnit>(MDN)) in traverse()
585 ToVisit.push_back(MDN); in traverse()
DVerifier.cpp1368 for (const MDNode *MDN : Flags->operands()) in visitModuleFlags() local
1369 visitModuleFlag(MDN, SeenIDs, Requirements); in visitModuleFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp824 MDNode *MDN = CInfo.Metadata; in computeBaseAndAccessKey() local
827 auto *CTy = cast<DICompositeType>(stripQualifiers(cast<DIType>(MDN))); in computeBaseAndAccessKey()
DBTFDebug.cpp972 MDNode *MDN = GVar->getMetadata(LLVMContext::MD_preserve_access_index); in processReloc() local
973 DIType *Ty = dyn_cast<DIType>(MDN); in processReloc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DMetadataLoader.cpp203 if (auto *MDN = dyn_cast<MDNode>(MD)) in assignValue() local
204 if (!MDN->isResolved()) in assignValue()
405 if (auto *MDN = dyn_cast<MDNode>(MD)) in flush() local
406 assert(MDN->isResolved() && in flush()
/third_party/node/doc/contributing/
Dapi-documentation.md53 * MDN means [Mozilla Developer Network](https://developer.mozilla.org/en-US/)
158 "Buffer") to the correct Internal/External documentation pages (i.e. MDN or
/third_party/node/deps/undici/src/
DREADME.md288 … obviate the need for consumption or cancelling of the response body. See [MDN - HTTP - HTTP reque…
306 Upgrade to a different protocol. See [MDN - HTTP - Protocol upgrade mechanism](https://developer.mo…
/third_party/node/doc/api/
Dfs.md7016 otherwise they will be [numbers][MDN-Number].
7024 [`Date`][MDN-Date] object alternate representations of the various times. The
7962 [MDN-Date]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date
7963 [MDN-Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md2440 * \[[`885840b543`](https://github.com/nodejs/node/commit/885840b543)] - **doc**: adopt MDN style fo…
4113 …* Enables Optional Chaining by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScr…
4114 …* Enables Nullish Coalescing by default ([MDN](https://wiki.developer.mozilla.org/en-US/docs/Web/J…
4115 …* Enables `Intl.DisplayNames` by default ([MDN](https://developer.mozilla.org/en-US/docs/Web/JavaS…
4116 …* Enables `calendar` and `numberingSystem` options for `Intl.DateTimeFormat` by default ([MDN](htt…
DCHANGELOG_V18.md2909 …ps://github.com/nodejs/node/commit/2910136920)] - **doc**: update links to MDN page about dynamic …
3132 * \[[`2e799bcd35`](https://github.com/nodejs/node/commit/2e799bcd35)] - **doc**: update link to MDN
DCHANGELOG_V12.md2557 …js/node/commit/8b961347fe)] - **doc**: import clarifications with links to MDN (Eric Dobbertin) [#…
4856 …//github.com/nodejs/node/commit/3f65b91eb9)] - **doc**: remove superfluous MDN link in assert.md (…
6282 …/github.com/nodejs/node/commit/1afec97130)] - **doc**: link bigint type to MDN instead of proposal…
DCHANGELOG_V8.md1015 * \[[`b2213798a3`](https://github.com/nodejs/node/commit/b2213798a3)] - **doc**: fix MDN links to a…
4575 …ub.com/nodejs/node/commit/29f758731f)] - **(SEMVER-MINOR)** **tools**: add MDN link for Iterable (…
DCHANGELOG_V13.md473 …js/node/commit/4ca30303a7)] - **doc**: import clarifications with links to MDN (Eric Dobbertin) [#…
DCHANGELOG_V9.md791 * \[[`4722004900`](https://github.com/nodejs/node/commit/4722004900)] - **doc**: fix MDN links to a…