0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/cctest
James M Snell d85449dcdf trace_events: add traced_value.cc/traced_value.h
Port of the V8 internal v8::tracing::TracedValue that allows
structured data to be included in the trace event. The v8 class
is not exported in the public API so we cannot use it directly.

This is a simplified and slightly modified port. This commit only
adds the class, it does not add uses of it. Those will come in
separate PRs/commits.

PR-URL: https://github.com/nodejs/node/pull/21475
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
2018-07-12 10:32:26 -07:00
..
node_test_fixture.cc test: use aliases for smart pointers in fixture 2018-06-27 05:19:56 +02:00
node_test_fixture.h test: use aliases for smart pointers in fixture 2018-06-27 05:19:56 +02:00
test_aliased_buffer.cc src: replace template<template < 2018-05-14 18:09:23 +02:00
test_base64.cc
test_environment.cc
test_inspector_socket_server.cc inspector: code cleanup 2018-06-05 09:09:06 -07:00
test_inspector_socket.cc
test_node_postmortem_metadata.cc src: refactor timers to remove TimerWrap 2018-06-24 21:35:05 -07:00
test_platform.cc
test_traced_value.cc trace_events: add traced_value.cc/traced_value.h 2018-07-12 10:32:26 -07:00
test_url.cc
test_util.cc