-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathjs_native_api.def
More file actions
125 lines (125 loc) · 2.67 KB
/
js_native_api.def
File metadata and controls
125 lines (125 loc) · 2.67 KB
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
NAME NODE.EXE
EXPORTS
napi_adjust_external_memory
napi_call_function
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_dataview
napi_create_double
napi_create_error
napi_create_external
napi_create_external_arraybuffer
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_type_error
napi_create_typedarray
napi_create_uint32
napi_define_class
napi_define_properties
napi_delete_element
napi_delete_property
napi_delete_reference
napi_escape_handle
napi_get_and_clear_last_exception
napi_get_array_length
napi_get_arraybuffer_info
napi_get_boolean
napi_get_cb_info
napi_get_dataview_info
napi_get_element
napi_get_global
napi_get_last_error_info
napi_get_named_property
napi_get_new_target
napi_get_null
napi_get_property
napi_get_property_names
napi_get_prototype
napi_get_reference_value
napi_get_typedarray_info
napi_get_undefined
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_dataview
napi_is_error
napi_is_exception_pending
napi_is_promise
napi_is_typedarray
napi_new_instance
napi_open_escapable_handle_scope
napi_open_handle_scope
napi_reference_ref
napi_reference_unref
napi_reject_deferred
napi_remove_wrap
napi_resolve_deferred
napi_run_script
napi_set_element
napi_set_named_property
napi_set_property
napi_strict_equals
napi_throw
napi_throw_error
napi_throw_range_error
napi_throw_type_error
napi_typeof
napi_unwrap
napi_wrap
napi_add_finalizer
napi_create_date
napi_get_date_value
napi_is_date
napi_create_bigint_int64
napi_create_bigint_uint64
napi_create_bigint_words
napi_get_all_property_names
napi_get_instance_data
napi_get_value_bigint_int64
napi_get_value_bigint_uint64
napi_get_value_bigint_words
napi_set_instance_data
napi_detach_arraybuffer
napi_is_detached_arraybuffer
napi_check_object_type_tag
napi_object_freeze
napi_object_seal
napi_type_tag_object
node_api_create_syntax_error
node_api_symbol_for
node_api_throw_syntax_error
node_api_create_external_string_latin1
node_api_create_external_string_utf16
node_api_create_property_key_latin1
node_api_create_property_key_utf16
node_api_create_property_key_utf8