/third_party/node/deps/npm/node_modules/safer-buffer/ |
D | safer.js | 8 var safer = {} variable 15 safer[key] = buffer[key] 18 var Safer = safer.Buffer = {} 25 safer.Buffer.prototype = Buffer.prototype 59 if (!safer.kStringMaxLength) { 61 safer.kStringMaxLength = process.binding('buffer').kStringMaxLength 68 if (!safer.constants) { 69 safer.constants = { 70 MAX_LENGTH: safer.kMaxLength 72 if (safer.kStringMaxLength) { [all …]
|
D | tests.js | 10 var safer = require('./safer') variable 16 t.equal(index, safer) 17 t.notEqual(safer, dangerous) 23 [index, safer, dangerous].forEach(function (impl) { 35 [index, safer, dangerous].forEach(function (impl) { 49 [index, safer, dangerous].forEach(function (impl) { 57 [index, safer].forEach(function (impl) { 70 [index, safer, dangerous].forEach(function (impl) { 81 [index, safer, dangerous].forEach(function (impl) { 92 [index, safer, dangerous].forEach(function (impl) { [all …]
|
D | dangerous.js | 7 var safer = require('./safer.js') variable 8 var Safer = safer.Buffer 14 for (key in safer) { 15 if (!safer.hasOwnProperty(key)) continue 16 dangerous[key] = safer[key]
|
D | Readme.md | 1 # safer-buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![javascript sty… 3 [travis-image]: https://travis-ci.org/ChALkeR/safer-buffer.svg?branch=master 4 [travis-url]: https://travis-ci.org/ChALkeR/safer-buffer 5 [npm-image]: https://img.shields.io/npm/v/safer-buffer.svg 6 [npm-url]: https://npmjs.org/package/safer-buffer 19 `const Buffer = require('safer-buffer').Buffer` in all files where you make calls to the new 23 [porting Buffer](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) guide. 31 See the [porting guide](https://github.com/ChALkeR/safer-buffer/blob/master/Porting-Buffer.md) 52 …/home/chalker/repo/safer-buffer/example.unsafe.js:2:13: 'Buffer()' was deprecated since v6. Use 'B… 107 Also, `safer-buffer` discourages the usage of `.allocUnsafe()`, which is often done by a mistake. [all …]
|
D | Porting-Buffer.md | 48 [work correctly](https://github.com/chalker/safer-buffer#why-not-safe-buffer) when `Buffer` is 87 Utilize [safer-buffer](https://www.npmjs.com/package/safer-buffer) as a polyfill to support older 91 `const Buffer = require('safer-buffer').Buffer` in all files where you use the new `Buffer` api. 104 [it's drawbacks](https://github.com/chalker/safer-buffer#why-not-safe-buffer). It will allow you
|
/third_party/node/deps/npm/node_modules/jsprim/ |
D | CHANGES.md | 19 * #7 Add parseInteger() function for safer number parsing 27 * #14 add safer version of hasOwnProperty()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.3.7.rst | 44 - i965: Use safer pointer arithmetic in 46 - i965: Use safer pointer arithmetic in gather_oa_results()
|
D | 10.4.2.rst | 49 - i965: Use safer pointer arithmetic in 51 - i965: Use safer pointer arithmetic in gather_oa_results()
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | prefer-optional-chain.md | 41 …only_ chains when the property value is `null` or `undefined`, it is much safer than relying upon … 45 This rule aims enforce the usage of the safer operator.
|
D | prefer-nullish-coalescing.md | 18 …y_ coalesces when the original value is `null` or `undefined`, it is much safer than relying upon … 40 This rule aims enforce the usage of the safer operator.
|
D | ban-types.md | 153 // use safer object types 175 // use safer object types
|
D | prefer-ts-expect-error.md | 11 … if the line it's meant to be suppressing doesn't actually contain an error, making it a lot safer.
|
D | class-literal-property-style.md | 4 … libraries that could be used by JavaScript users however, it's typically safer to expose these li…
|
/third_party/chromium/ |
D | README.OpenSource | 8 …ium code. Chromium is an open-source browser project that aims to build a safer, faster, and more …
|
D | README.md | 3 … BSD license and other permissive open-source licenses, aiming to build a safer, faster and more s…
|
/third_party/node/deps/npm/node_modules/socks-proxy-agent/ |
D | yarn.lock | 179 safer-buffer ">= 2.1.2 < 3" 281 "safer-buffer@>= 2.1.2 < 3": 283 …resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84…
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | roadmap.md | 29 - Ship with Google Chrome: safer code, smaller binaries, no regressions.
|
/third_party/skia/third_party/externals/abseil-cpp/patches/ |
D | 0003-delete-static-initializer-in-stacktrace.patch | 14 - // loading (allocation) out of the way. After the first call it is much safer
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/conftest/ |
D | pngcp.dfa | 23 # may not be done in one step because it is safer and avoids mis-spelled options
|
/third_party/skia/third_party/externals/libpng/contrib/conftest/ |
D | pngcp.dfa | 23 # may not be done in one step because it is safer and avoids mis-spelled options
|
/third_party/libpng/contrib/conftest/ |
D | pngcp.dfa | 23 # may not be done in one step because it is safer and avoids mis-spelled options
|
/third_party/iptables/iptables/ |
D | iptables-apply | 52 $PROGNAME $VERSION -- a safer way to update iptables remotely
|
/third_party/e2fsprogs/doc/RelNotes/ |
D | v1.13.txt | 20 filesystem, since it's safer to create the lost+found directory before
|
/third_party/abseil-cpp/absl/debugging/internal/ |
D | stacktrace_generic-inl.inc | 51 // loading (allocation) out of the way. After the first call it is much safer
|
/third_party/python/Doc/library/ |
D | pickletools.rst | 30 untrusted source, ``-m pickletools`` is a safer option because it does
|