Searched refs:hideStackFrames (Results 1 – 18 of 18) sorted by relevance
/third_party/node/lib/internal/ |
D | validators.js | 13 hideStackFrames, 76 const validateInteger = hideStackFrames( 87 const validateInt32 = hideStackFrames( 105 const validateUint32 = hideStackFrames((value, name, positive) => { 132 const validateOneOf = hideStackFrames((value, name, oneOf, option = false) => { 152 const validateObject = hideStackFrames( 167 const validateArray = hideStackFrames((value, name, minLength = 0) => { 190 const validateBuffer = hideStackFrames((buffer, name = 'buffer') => { 221 const validateCallback = hideStackFrames((callback) => { 226 const validateAbortSignal = hideStackFrames((signal, name) => { [all …]
|
D | errors.js | 166 const addCodeToName = hideStackFrames(function addCodeToName(err, name, code) { 333 function hideStackFrames(fn) { function 408 const captureLargerStackTrace = hideStackFrames( 428 const uvException = hideStackFrames(function uvException(ctx) { 483 const uvExceptionWithHostPort = hideStackFrames( 522 const errnoException = hideStackFrames( 556 const exceptionWithHostPort = hideStackFrames( 599 const dnsException = hideStackFrames(function(code, syscall, hostname) { 757 hideStackFrames, property
|
/third_party/node/lib/internal/fs/ |
D | utils.js | 30 hideStackFrames, 345 const nullCheck = hideStackFrames((path, propName, throwError = true) => { 579 const stringToSymlinkType = hideStackFrames((type) => { 617 const validateOffsetLengthRead = hideStackFrames( 632 const validateOffsetLengthWrite = hideStackFrames( 650 const validatePath = hideStackFrames((path, propName = 'path') => { 662 const getValidatedPath = hideStackFrames((fileURLOrPath, propName = 'path') => { 668 const validateBufferArray = hideStackFrames((buffers, propName = 'buffers') => { 705 const validateRmOptions = hideStackFrames((path, options, callback) => { 730 const validateRmOptionsSync = hideStackFrames((path, options) => { [all …]
|
D | read_file_context.js | 18 const { hideStackFrames } = require('internal/errors'); 22 const lazyDOMException = hideStackFrames((message, name) => {
|
D | promises.js | 26 const { AbortError, codes, hideStackFrames } = require('internal/errors'); 91 const lazyDOMException = hideStackFrames((message, name) => {
|
/third_party/node/benchmark/misc/ |
D | hidestackframes.js | 15 hideStackFrames, 29 fn = hideStackFrames(testfn);
|
/third_party/node/lib/internal/http2/ |
D | util.js | 27 hideStackFrames 446 const assertValidPseudoHeader = hideStackFrames((key) => { 452 const assertValidPseudoHeaderResponse = hideStackFrames((key) => { 458 const assertValidPseudoHeaderTrailer = hideStackFrames((key) => { 547 const assertIsObject = hideStackFrames((value, name, types) => { 556 const assertWithinRange = hideStackFrames(
|
D | compat.js | 47 hideStackFrames 70 const assertValidHeader = hideStackFrames((name, value) => {
|
D | core.js | 103 hideStackFrames, 734 const setAndValidatePriorityOptions = hideStackFrames((options) => { 911 const validateSettings = hideStackFrames((settings) => {
|
/third_party/node/lib/internal/crypto/ |
D | util.js | 19 hideStackFrames, 77 const getArrayBufferView = hideStackFrames((buffer, name, encoding) => {
|
/third_party/node/lib/ |
D | util.js | 46 hideStackFrames 258 const callbackifyOnRejected = hideStackFrames((reason, cb) => {
|
D | os.js | 43 hideStackFrames 64 return hideStackFrames(function checkError(...args) {
|
D | _http_outgoing.js | 65 hideStackFrames 543 const validateHeaderName = hideStackFrames((name) => { 549 const validateHeaderValue = hideStackFrames((name, value) => {
|
D | zlib.js | 54 hideStackFrames 198 const checkFiniteNumber = hideStackFrames((number, name) => { 225 const checkRangesOrGetDefault = hideStackFrames(
|
D | buffer.js | 102 hideStackFrames 360 const assertSize = hideStackFrames((size) => { 1231 const lazyInvalidCharError = hideStackFrames((message, name) => {
|
D | events.js | 50 hideStackFrames, 75 const lazyDOMException = hideStackFrames((message, name) => {
|
D | fs.js | 69 hideStackFrames, 140 const lazyDOMException = hideStackFrames((message, name) => {
|
/third_party/node/tools/ |
D | lint-md.mjs | 19272 const addCodeToName = hideStackFrames( 19318 function hideStackFrames(fn) { function 19326 const captureLargerStackTrace = hideStackFrames(
|