summaryrefslogtreecommitdiff
path: root/src/node_util.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-061-1/+0
* Revert "util: reduce javascript call for ToUSVString"Yagiz Nizipli2023-04-011-2/+6
* lib: add tracing channel to diagnostics_channelStephen Belanger2023-03-311-9/+4
* util: reduce javascript call for ToUSVStringYagiz Nizipli2023-03-231-6/+2
* src: per-realm binding dataChengzhong Wu2023-02-211-11/+9
* diagnostics_channel: fix diagnostics channel memory leaktheanarkh2022-11-291-0/+9
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* src: add internal isArrayBufferDetachedYagiz Nizipli2022-11-271-0/+12
* src,lib: group properties used as constants from `util` bindingDaeyeon Jeong2022-11-241-26/+40
* util: use private symbols in JS land directlyJoyee Cheung2022-11-171-49/+12
* src: simplify exit code accessesDaeyeon Jeong2022-11-101-0/+11
* src: support WeakReference in snapshotJoyee Cheung2022-08-191-37/+92
* src: split property helpers from node::Environmentlegendecas2022-08-021-20/+24
* perf_hooks: fix function wrapped by `timerify` to work correctlyKohei Ueno2022-06-121-7/+0
* src: move `ToUSVString()` to node_util.ccXadillaX2021-09-261-0/+49
* perf_hooks: complete overhaul of the implementationJames M Snell2021-02-221-0/+7
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-01-031-5/+1
* src: fix unused namespace member in node_utilAndrey Pechkurov2020-07-311-1/+0
* util: print External address from inspectunknown2020-07-281-0/+17
* src: snapshot nodeJoyee Cheung2020-07-181-1/+20
* src: handle empty Maybe(Local) in node_util.ccAnna Henningsen2020-06-241-10/+10
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-0/+1
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* src: improve handling of internal field countingJames M Snell2020-03-021-1/+2
* src: accept single argument in getProxyDetailsRuben Bridgewater2019-12-111-3/+4
* util: add internal sleep() functioncjihrig2019-12-061-0/+7
* util: improve performance inspecting proxiesRuben Bridgewater2019-12-071-6/+14
* src: do not crash when accessing empty WeakRefsAnna Henningsen2019-09-011-1/+3
* domain: use strong reference to domain while activeAnna Henningsen2019-07-241-0/+16
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-9/+0
* src: handle exceptions from ToDetailString()Anna Henningsen2019-06-091-2/+4
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* util: inspect constructor closerRuben Bridgewater2019-05-041-0/+11
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-1/+2
* src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung2019-04-221-24/+0
* src: move guessHandleType in the util bindingJoyee Cheung2019-04-201-0/+37
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-3/+3
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-111-11/+0
* test: verify heap buffer allocations occurAnna Henningsen2019-03-011-0/+7
* util: update set iterator entries inspectionRuben Bridgewater2019-02-201-1/+1
* src: add WeakReference utilityAnna Henningsen2019-02-121-0/+43
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+1
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-311-0/+8
* process: make internal/queue_microtask.js more self-containedJoyee Cheung2018-12-291-1/+2
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-14/+0
* src: remove unused env variables in node_utilDaniel Bevenius2018-12-071-2/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+4
* src: remove unused variables in node_util.ccDaniel Bevenius2018-11-291-2/+0
* src: migrate to new V8 array APIYoshiya Hinosawa2018-11-281-13/+17
* os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung2018-11-141-7/+0