Skip to content

Commit 9fc08af

Browse files
committed
squash: add extern declarations for constants
1 parent d39cbf9 commit 9fc08af

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

test/cctest/test_node_postmortem_metadata.cc

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
#include "node_postmortem_metadata.cc"
2-
31
#include "gtest/gtest.h"
42
#include "node.h"
53
#include "node_internals.h"
64
#include "node_test_fixture.h"
75
#include "req_wrap-inl.h"
86
#include "tracing/agent.h"
97
#include "v8.h"
8+
#include "v8abbr.h"
9+
10+
extern uintptr_t
11+
nodedbg_offset_HandleWrap__handle_wrap_queue___ListNode_HandleWrap;
12+
extern uintptr_t
13+
nodedbg_offset_Environment__handle_wrap_queue___Environment_HandleWrapQueue;
14+
extern int debug_symbols_generated;
15+
extern int nodedbg_const_Environment__kContextEmbedderDataIndex__int;
16+
extern uintptr_t
17+
nodedbg_offset_Environment_HandleWrapQueue__head___ListNode_HandleWrap;
18+
extern uintptr_t
19+
nodedbg_offset_Environment__req_wrap_queue___Environment_ReqWrapQueue;
20+
extern uintptr_t nodedbg_offset_ExternalString__data__uintptr_t;
21+
extern uintptr_t nodedbg_offset_ListNode_ReqWrap__next___uintptr_t;
22+
extern uintptr_t nodedbg_offset_ReqWrap__req_wrap_queue___ListNode_ReqWrapQueue;
23+
extern uintptr_t nodedbg_offset_ListNode_HandleWrap__next___uintptr_t;
24+
extern uintptr_t
25+
nodedbg_offset_Environment_ReqWrapQueue__head___ListNode_ReqWrapQueue;
26+
extern uintptr_t
27+
nodedbg_offset_BaseObject__persistent_handle___v8_Persistent_v8_Object;
1028

1129

1230
class DebugSymbolsTest : public EnvironmentTestFixture {};

0 commit comments

Comments
 (0)