aboutsummaryrefslogtreecommitdiff
path: root/src/symbols.dyn
blob: 5ec9fd807725227cd6e41ae062234fd7d9754a9b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
    _napi_acquire_threadsafe_function;
    _napi_add_async_cleanup_hook;
    _napi_add_env_cleanup_hook;
    _napi_add_finalizer;
    _napi_adjust_external_memory;
    _napi_async_destroy;
    _napi_async_init;
    _napi_call_function;
    _napi_call_threadsafe_function;
    _napi_cancel_async_work;
    _napi_check_object_type_tag;
    _napi_close_callback_scope;
    _napi_close_escapable_handle_scope;
    _napi_close_handle_scope;
    _napi_coerce_to_bool;
    _napi_coerce_to_number;
    _napi_coerce_to_object;
    _napi_coerce_to_string;
    _napi_create_array;
    _napi_create_array_with_length;
    _napi_create_arraybuffer;
    _napi_create_async_work;
    _napi_create_bigint_int64;
    _napi_create_bigint_uint64;
    _napi_create_bigint_words;
    _napi_create_buffer;
    _napi_create_buffer_copy;
    _napi_create_dataview;
    _napi_create_date;
    _napi_create_double;
    _napi_create_error;
    _napi_create_external;
    _napi_create_external_arraybuffer;
    _napi_create_external_buffer;
    _napi_create_function;
    _napi_create_int32;
    _napi_create_int64;
    _napi_create_object;
    _napi_create_promise;
    _napi_create_range_error;
    _napi_create_reference;
    _napi_create_string_latin1;
    _napi_create_string_utf16;
    _napi_create_string_utf8;
    _napi_create_symbol;
    _napi_create_threadsafe_function;
    _napi_create_type_error;
    _napi_create_typedarray;
    _napi_create_uint32;
    _napi_define_class;
    _napi_define_properties;
    _napi_delete_async_work;
    _napi_delete_property;
    _napi_delete_reference;
    _napi_detach_arraybuffer;
    _napi_escape_handle;
    _napi_fatal_error;
    _napi_fatal_exception;
    _napi_get_all_property_names;
    _napi_get_and_clear_last_exception;
    _napi_get_array_length;
    _napi_get_arraybuffer_info;
    _napi_get_boolean;
    _napi_get_buffer_info;
    _napi_get_cb_info;
    _napi_get_dataview_info;
    _napi_get_date_value;
    _napi_get_element;
    _napi_get_global;
    _napi_get_instance_data;
    _napi_get_last_error_info;
    _napi_get_named_property;
    _napi_get_new_target;
    _napi_get_node_version;
    _napi_get_null;
    _napi_get_property;
    _napi_get_property_names;
    _napi_get_prototype;
    _napi_get_reference_value;
    _napi_get_threadsafe_function_context;
    _napi_get_typedarray_info;
    _napi_get_undefined;
    _napi_get_uv_event_loop;
    _napi_get_value_bigint_int64;
    _napi_get_value_bigint_uint64;
    _napi_get_value_bigint_words;
    _napi_get_value_bool;
    _napi_get_value_double;
    _napi_get_value_external;
    _napi_get_value_int32;
    _napi_get_value_int64;
    _napi_get_value_string_latin1;
    _napi_get_value_string_utf16;
    _napi_get_value_string_utf8;
    _napi_get_value_uint32;
    _napi_get_version;
    _napi_has_element;
    _napi_has_named_property;
    _napi_has_own_property;
    _napi_has_property;
    _napi_instanceof;
    _napi_is_array;
    _napi_is_arraybuffer;
    _napi_is_buffer;
    _napi_is_dataview;
    _napi_is_date;
    _napi_is_detached_arraybuffer;
    _napi_is_error;
    _napi_is_exception_pending;
    _napi_is_promise;
    _napi_is_typedarray;
    _napi_make_callback;
    _napi_module_register;
    _napi_new_instance;
    _napi_object_freeze;
    _napi_object_seal;
    _napi_open_callback_scope;
    _napi_open_escapable_handle_scope;
    _napi_open_handle_scope;
    _napi_queue_async_work;
    _napi_ref_threadsafe_function;
    _napi_reference_ref;
    _napi_reference_unref;
    _napi_reject_deferred;
    _napi_release_threadsafe_function;
    _napi_remove_async_cleanup_hook;
    _napi_remove_env_cleanup_hook;
    _napi_remove_wrap;
    _napi_resolve_deferred;
    _napi_run_script;
    _napi_set_element;
    _napi_set_instance_data;
    _napi_set_named_property;
    _napi_set_property;
    _napi_strict_equals;
    _napi_throw;
    _napi_throw_error;
    _napi_throw_range_error;
    _napi_throw_type_error;
    _napi_type_tag_object;
    _napi_typeof;
    _napi_unref_threadsafe_function;
    _napi_unwrap;
    _napi_wrap;
    _node_api_create_syntax_error;
    _node_api_symbol_for;
    _node_api_throw_syntax_error;
};