Home
last modified time | relevance | path

Searched refs:bufferWarning (Results 1 – 4 of 4) sorted by relevance

/third_party/node/test/parallel/
Dtest-buffer-pending-deprecation.js6 const bufferWarning = 'Buffer() is deprecated due to security and usability ' + constant
10 common.expectWarning('DeprecationWarning', bufferWarning, 'DEP0005');
Dtest-buffer-constructor-deprecation-error.js5 const bufferWarning = 'Buffer() is deprecated due to security and usability ' + constant
9 common.expectWarning('DeprecationWarning', bufferWarning, 'DEP0005');
Dtest-buffer-constructor-outside-node-modules.js13 const bufferWarning = 'Buffer() is deprecated due to security and usability ' + constant
25 common.expectWarning('DeprecationWarning', bufferWarning, 'DEP0005');
/third_party/node/lib/
Dbuffer.js176 const bufferWarning = 'Buffer() is deprecated due to security and usability ' + constant
194 process.emitWarning(bufferWarning, 'DeprecationWarning', 'DEP0005');