summaryrefslogtreecommitdiff
path: root/src/node_serdes.cc
AgeCommit message (Expand)Author
2019-01-06v8: enable inline WASM in serialization APIAnna Henningsen
2018-12-08src: use isolate version of BooleanValue()cjihrig
2018-12-06src: explicitly allow JS in ReadHostObjectYang Guo
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-30src: remove unused context variable in node_serdesDaniel Bevenius
2018-11-29src: replace create new Arraykohta ito
2018-10-31lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-08-08v8: move serdes to internalBindingGus Caplan
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-19src: throw ERR_INVALID_ARG_TYPE in C++ argument checksJoyee Cheung
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-31src: add .FromJust(), fix -Wunused-result warningsBen Noordhuis
2017-03-29v8: expose new V8 serialization APIAnna Henningsen