Home
last modified time | relevance | path

Searched refs:hideStackFrames (Results 1 – 18 of 18) sorted by relevance

/third_party/node/lib/internal/
Dvalidators.js13 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 …]
Derrors.js166 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/
Dutils.js30 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 …]
Dread_file_context.js18 const { hideStackFrames } = require('internal/errors');
22 const lazyDOMException = hideStackFrames((message, name) => {
Dpromises.js26 const { AbortError, codes, hideStackFrames } = require('internal/errors');
91 const lazyDOMException = hideStackFrames((message, name) => {
/third_party/node/benchmark/misc/
Dhidestackframes.js15 hideStackFrames,
29 fn = hideStackFrames(testfn);
/third_party/node/lib/internal/http2/
Dutil.js27 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(
Dcompat.js47 hideStackFrames
70 const assertValidHeader = hideStackFrames((name, value) => {
Dcore.js103 hideStackFrames,
734 const setAndValidatePriorityOptions = hideStackFrames((options) => {
911 const validateSettings = hideStackFrames((settings) => {
/third_party/node/lib/internal/crypto/
Dutil.js19 hideStackFrames,
77 const getArrayBufferView = hideStackFrames((buffer, name, encoding) => {
/third_party/node/lib/
Dutil.js46 hideStackFrames
258 const callbackifyOnRejected = hideStackFrames((reason, cb) => {
Dos.js43 hideStackFrames
64 return hideStackFrames(function checkError(...args) {
D_http_outgoing.js65 hideStackFrames
543 const validateHeaderName = hideStackFrames((name) => {
549 const validateHeaderValue = hideStackFrames((name, value) => {
Dzlib.js54 hideStackFrames
198 const checkFiniteNumber = hideStackFrames((number, name) => {
225 const checkRangesOrGetDefault = hideStackFrames(
Dbuffer.js102 hideStackFrames
360 const assertSize = hideStackFrames((size) => {
1231 const lazyInvalidCharError = hideStackFrames((message, name) => {
Devents.js50 hideStackFrames,
75 const lazyDOMException = hideStackFrames((message, name) => {
Dfs.js69 hideStackFrames,
140 const lazyDOMException = hideStackFrames((message, name) => {
/third_party/node/tools/
Dlint-md.mjs19272 const addCodeToName = hideStackFrames(
19318 function hideStackFrames(fn) { function
19326 const captureLargerStackTrace = hideStackFrames(