summaryrefslogtreecommitdiff
path: root/src/node_serdes.cc
Commit message (Expand)AuthorAgeFilesLines
* src: reduce duplicated boilerplate with new env utility fnJames M Snell2021-08-311-12/+2
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-06-111-1/+1
* v8: fix native `serdes` constructorsExE Boss2021-05-011-0/+11
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-301-0/+2
* src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell2020-06-301-2/+1
* src: avoid calling deprecated methodClemens Backes2020-03-181-1/+0
* src: improve handling of internal field countingJames M Snell2020-03-021-2/+4
* src: use ArrayBufferViewContents more frequentlyAnna Henningsen2019-05-291-2/+2
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-2/+2
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-3/+3
* src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen2019-02-251-1/+4
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-2/+2
* v8: enable inline WASM in serialization APIAnna Henningsen2019-01-061-0/+1
* src: use isolate version of BooleanValue()cjihrig2018-12-081-3/+2
* src: explicitly allow JS in ReadHostObjectYang Guo2018-12-061-0/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: remove unused context variable in node_serdesDaniel Bevenius2018-11-301-1/+0
* src: replace create new Arraykohta ito2018-11-291-4/+5
* lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong2018-10-311-4/+4
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-10/+6
* v8: move serdes to internalBindingGus Caplan2018-08-081-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+4
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+10
* src: refactor `BaseObject` internal field managementAnna Henningsen2018-05-041-2/+2
* src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung2018-04-191-5/+9
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-4/+4
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: do not include internals from node_buffer.hAnna Henningsen2017-09-221-4/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-4/+8
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+3
* src: add .FromJust(), fix -Wunused-result warningsBen Noordhuis2017-03-311-3/+3
* v8: expose new V8 serialization APIAnna Henningsen2017-03-291-0/+483