summaryrefslogtreecommitdiff
path: root/src/util.cc
Commit message (Expand)AuthorAgeFilesLines
* src: register external references for source codeKeyhan Vakil2023-05-101-56/+4
* src: prefer data accessor of string and vectorMohammed Keyvanzadeh2023-05-031-2/+2
* src: add per-isolate SetFastMethod and Set[Fast]MethodNoSideEffectJoyee Cheung2023-05-031-0/+55
* src: add SetFastMethodNoSideEffect()Joyee Cheung2023-02-211-0/+21
* src: allow blobs in addition to `FILE*`s in embedder snapshot APIAnna Henningsen2023-02-061-0/+15
* src: use simdutf for converting externalized builtins to UTF-16Anna Henningsen2023-01-101-0/+62
* src: add worker per-isolate binding initializationlegendecas2022-12-281-4/+27
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-281-0/+17
* src: support WeakReference in snapshotJoyee Cheung2022-08-191-0/+1
* src: split property helpers from node::Environmentlegendecas2022-08-021-0/+157
* url: update WHATWG URL parser to align with latest specFeng Yu2022-06-301-2/+4
* src: use Isolate::TryGetCurrent where appropriateAnna Henningsen2021-09-081-1/+1
* src: cleanup uv_fs_t regardless of success or notlegendecas2021-06-161-1/+6
* src: throw error in LoadBuiltinModuleSource when reading failsJoyee Cheung2021-06-101-0/+34
* src: limit GetProcessTitle() result to 1MBAnna Henningsen2020-10-061-1/+4
* src: enhance template function 'MakeUtf8String'himself652020-03-291-1/+1
* src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis2020-02-071-7/+0
* src: fix OOB reads in process.title getterBen Noordhuis2020-02-071-3/+25
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+2
* src: use uv_gettimeofday() to get microsecondscjihrig2019-04-221-17/+4
* src: always use diagnostic file sequence numbercjihrig2019-04-101-4/+5
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+59
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-0/+65
* src: fix SplitString to ignore white spaceshimself652019-03-131-0/+1
* src: de-lint header usageRefael Ackermann2019-03-121-2/+5
* src: allow not materializing ArrayBuffers from C++Anna Henningsen2019-03-011-3/+4
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: refactor to nullptr in cpp codegengjiawen2019-02-071-1/+1
* src: use generic helper for splitting stringsAnna Henningsen2019-01-091-4/+4
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-1/+1
* src: fix warning for potential snprintf truncationSam Roberts2018-12-071-1/+2
* src: use v8:: for consistency in utilZYSzys2018-11-021-2/+2
* src: rework (mostly internal) functions to use MaybesUjjwal Sharma2018-09-021-1/+3
* src: remove calls to deprecated v8 functions (ToString)Ujjwal Sharma2018-09-021-6/+4
* src: make CLI options programatically accesibleAnna Henningsen2018-09-011-3/+8
* src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso2018-08-291-2/+3
* src: refactor default trace writer out of agentAnna Henningsen2018-08-011-0/+14
* src: fix formatting of PIDsTobias Nießen2018-07-221-1/+1
* src: use uv_os_getpid() to get process idcjihrig2017-12-041-17/+2
* src: inspector context name = program title + pidBen Noordhuis2017-11-201-0/+12
* src: abstract getpid() operationBen Noordhuis2017-11-201-0/+16
* src: refactor `#include` handlingAnna Henningsen2017-09-141-1/+0
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: remove misleading flag in TwoByteValueTimothy Gu2017-02-281-2/+1
* src: notify V8 for low memory when alloc failsAnna Henningsen2016-09-291-0/+9
* src: provide allocation + nullptr check shortcutsAnna Henningsen2016-09-291-0/+1
* src: unify implementations of Utf8Value etc.Anna Henningsen2016-04-291-41/+34
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+1
* src: fix out-of-bounds write in TwoByteValueAnna Henningsen2016-04-221-1/+3