Home
last modified time | relevance | path

Searched refs:inspect (Results 126 - 150 of 1395) sorted by relevance

12345678910>>...56

/third_party/node/test/parallel/
H A Dtest-stream2-readable-from-list.js46 util.inspect([ list ], { compact: false }),
H A Dtest-perf-hooks-resourcetiming.js179 assert.strictEqual(util.inspect(performance.getEntries()), `[
204 assert.strictEqual(util.inspect(resource), `PerformanceResourceTiming {
H A Dtest-url-parse-format.js8 const inspect = require('util').inspect;
1042 `parsing ${u} and expected ${inspect(expected)} but got ${inspect(actual)}`
1047 `expected ${inspect(expected)}, got ${inspect(spaced)}`
/third_party/node/benchmark/util/
H A Dinspect.js34 util.inspect(obj, options);
/third_party/jinja2/
H A Dasyncsupport.py6 import inspect namespace
173 if inspect.isawaitable(value):
/third_party/node/lib/internal/
H A Dabort_controller.js35 const { inspect } = require('internal/util/inspect');
105 return `${self.constructor.name} ${inspect(obj, opts)}`;
H A Dblob.js51 const { inspect } = require('internal/util/inspect');
187 return `Blob ${inspect({
H A Derrors.js189 internalUtilInspect ??= require('internal/util/inspect');
226 return utilInspect.inspect(obj, options);
228 return utilInspect.inspect(obj, { ...options, customInspect: false });
355 [SymbolFor('nodejs.util.inspect.custom')](recurseTimes, ctx) {
356 return lazyInternalUtilInspect().inspect(this, {
799 inspect,
806 return inspect(error, {
809 depth: MathMax(inspect.defaultOptions.depth, 5),
886 return `${lazyInternalUtilInspect().inspect(value, { depth: -1 })}`;
889 .inspect(valu
[all...]
H A Devent_target.js44 const { inspect } = require('util');
140 return `${name} ${inspect({
536 `added to ${inspect(this, { depth: -1 })}. Use ` +
818 return `${name} ${inspect({}, opts)}`;
/third_party/node/lib/internal/debugger/
H A Dinspect.js41 const debuglog = util.debuglog('inspect');
79 const args = [`--inspect-brk=${inspectPort}`, script];
109 [util.inspect.custom](depth, { stylize }) {
H A Dinspect_repl.js58 const { inspect: utilInspect } = require('internal/util/inspect');
59 const debuglog = require('internal/util/debuglog').debuglog('inspect');
398 function inspect(value) {
403 const text = typeof value === 'string' ? value : inspect(value);
602 objectGroup: 'node-inspect',
608 objectGroup: 'node-inspect',
665 const value = inspect(values[idx]);
914 `${watcherList}\n${inspect(context)}` :
915 inspect(contex
[all...]
/third_party/node/lib/internal/crypto/
H A Dx509.js35 const { inspect } = require('internal/util/inspect');
131 return `X509Certificate ${inspect({
/third_party/node/lib/internal/vm/
H A Dmodule.js253 const { inspect } = require('internal/util/inspect');
254 return inspect(o, { ...options, customInspect: false });
/third_party/node/lib/
H A Dreadline.js49 inspect,
50 } = require('internal/util/inspect');
445 this._writeToOutput(`Tab completion error: ${inspect(err)}`);
/third_party/node/test/internet/
H A Dtest-dgram-multicast-set-interface-lo.js240 util.inspect(buf.toString()),
268 util.inspect(buf.toString()),
/third_party/node/deps/v8/third_party/jinja2/
H A Dasyncsupport.py6 import inspect namespace
173 if inspect.isawaitable(value):
/third_party/node/tools/inspector_protocol/jinja2/
H A Dasyncsupport.py14 import inspect namespace
176 if inspect.isawaitable(value):
/third_party/skia/third_party/externals/jinja2/
H A Dasyncsupport.py6 import inspect namespace
173 if inspect.isawaitable(value):
/third_party/python/Lib/unittest/
H A Dmock.py29 import inspect namespace
58 return iscoroutinefunction(obj) or inspect.isawaitable(obj)
119 return func, inspect.signature(sig_func)
121 # Certain callable types are not supported by inspect.signature()
1066 _MOCK_SIG = inspect.signature(NonCallableMock.__init__)
1330 if inspect.iscoroutinefunction(func):
1818 if inspect.iscoroutinefunction(f):
2211 inspect.CO_COROUTINE
2212 + inspect.CO_VARARGS
2213 + inspect
[all...]
/third_party/node/lib/internal/console/
H A Dconstructor.js59 inspect,
61 } = require('internal/util/inspect');
390 this[kWriteToConsole](kUseStdout, inspect(object, {
523 return inspect(v, opt);
/third_party/python/Lib/asyncio/
H A Dtasks.py15 import inspect namespace
321 elif inspect.isgenerator(result):
660 if inspect.isawaitable(coro_or_future):
/third_party/python/Lib/
H A Dtrace.py59 import inspect namespace
346 if inspect.iscode(c):
486 if inspect.isfunction(f)]
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/
H A Dhi_config_parser.py23 from inspect import getsourcefile
/test/testfwk/xdevice/plugins/devicetest/utils/
H A Dtime_util.py21 from inspect import stack
/third_party/node/lib/internal/main/
H A Dprint_help.js157 // For cases like `--inspect-brk[=[host:]port]`.
214 ' node inspect [options] [ script.js | host:port ] [arguments]\n\n' +

Completed in 15 milliseconds

12345678910>>...56