-
Notifications
You must be signed in to change notification settings - Fork 0
/
Source.def
48 lines (48 loc) · 1.17 KB
/
Source.def
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
LIBRARY nDll
EXPORTS
v8_init
v8_cleanup
v8_new_isolate
v8_destroy_isolate
v8_enter_isolate
v8_leave_isolate
v8_throw_exception
v8_new_context
v8_enter_context
v8_leave_context
v8_destroy_context
v8_global_object
v8_eval_asstr
v8_destroy_string
v8_strinfo
v8_set_object
v8_register_native_function
v8_FunctionCallbackInfo_data
v8_FunctionCallbackInfo_this
v8_FunctionCallbackInfo_arg_count
v8_FunctionCallbackInfo_internal_field
v8_FunctionCallbackInfo_arg_as_str
v8_FunctionCallbackInfo_arg_as_int32
v8_FunctionCallbackInfo_arg_as_uint32
v8_FunctionCallbackInfo_arg_as_int64
v8_FunctionCallbackInfo_arg_as_float
v8_FunctionCallbackInfo_arg_as_object
v8_FunctionCallbackInfo_return_int32
v8_FunctionCallbackInfo_return_uint32
v8_FunctionCallbackInfo_return_int64
v8_FunctionCallbackInfo_return_float
v8_FunctionCallbackInfo_return_string
v8_new_object_template
v8_destroy_object_template
v8_object_template_add_method
v8_new_object
v8_destroy_object
v8_object_internal_field_count
v8_object_get_internal_field
v8_object_set_internal_field
v8_object_get_int32_field
v8_object_get_uint32_field
v8_object_get_float_field
v8_object_get_int64_field
v8_object_get_string_field
v8_object_get_object_field