Home
last modified time | relevance | path

Searched refs:_inspect (Results 1 – 8 of 8) sorted by relevance

/third_party/node/lib/internal/console/
Dconstructor.js512 const _inspect = (v) => { function
526 { length }, (_, i) => _inspect(i));
543 ArrayPrototypePush(keys, _inspect(tabularData[i * 2]));
544 ArrayPrototypePush(values, _inspect(tabularData[i * 2 + 1]));
549 ArrayPrototypePush(keys, _inspect(k));
550 ArrayPrototypePush(values, _inspect(v));
572 ArrayPrototypePush(values, _inspect(v));
589 valuesKeyArray[i] = _inspect(item);
598 map[key][i] = _inspect(item[key]);
/third_party/node/test/parallel/
Dtest-debugger-address.mjs11 // NOTE(oyyd): We might want to import this regexp from "lib/_inspect.js"?
/third_party/python/Doc/library/
Dinspect.rst26 .. _inspect-types:
473 .. _inspect-source:
554 .. _inspect-signature-object:
918 .. _inspect-classes-functions:
1177 .. _inspect-stack:
1419 .. _inspect-module-co-flags:
1490 .. _inspect-module-cli:
/third_party/node/doc/api/
Ddeprecations.md1767 * `node-inspect/lib/_inspect` (from 7.6.0)
/third_party/node/doc/changelogs/
DCHANGELOG_V16.md1989 …mmit/1e8bdab581)] - **debugger**: use ERR\_DEBUGGER\_STARTUP\_ERROR in \_inspect.js (Rich Trott) […
2292 …s/node/commit/9f0e80aa4d)] - **debugger**: refactor `internal/inspector/_inspect` to use more prim…
2294 …ode/commit/b884ea739b)] - **debugger**: apply automatic lint fixes for \_inspect.js (Rich Trott) […
DCHANGELOG_V14.md837 …mmit/b7ee9d8287)] - **debugger**: use ERR\_DEBUGGER\_STARTUP\_ERROR in \_inspect.js (Rich Trott) […
852 …s/node/commit/721edeffd3)] - **debugger**: refactor `internal/inspector/_inspect` to use more prim…
857 …ode/commit/8dd1f70fe3)] - **debugger**: apply automatic lint fixes for \_inspect.js (Rich Trott) […
DCHANGELOG_V11.md557 …/commit/adfbfc985c)] - **test**: fix test by removing node-inspect/lib/\_inspect (Ruben Bridgewate…
DCHANGELOG_V10.md984 …/commit/7f3b27fa4a)] - **test**: fix test by removing node-inspect/lib/\_inspect (Ruben Bridgewate…