forked from quickjs-ng/quickjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquickjs.sym
124 lines (123 loc) · 2.11 KB
/
quickjs.sym
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
JS_NewRuntime
JS_NewRuntime2
JS_FreeRuntime
JS_GetRuntime
JS_SetRuntimeInfo
JS_UpdateStackTop
JS_SetGCThreshold
JS_NewContext
JS_FreeContext
JS_GetContextOpaque
JS_SetContextOpaque
JS_ThrowReferenceError
__JS_FreeValue
JS_DetectModule
JS_Eval
JS_SetModuleLoaderFunc
JS_NewCModule
JS_SetMaxStackSize
JS_ComputeMemoryUsage
JS_DumpMemoryUsage
JS_SetHostPromiseRejectionTracker
JS_EvalFunction
JS_SetMemoryLimit
JS_AddModuleExport
JS_SetModuleExport
JS_AddModuleExportList
JS_SetModuleExportList
JS_ResolveModule
JS_GetScriptOrModuleName
JS_NewCFunction2
JS_NewCFunctionData
JS_SetConstructor
JS_SetPropertyFunctionList
JS_Call
JS_SetCanBlock
JS_SetIsHTMLDDA
JS_ExecutePendingJob
JS_NewCFunction2
JS_ToBool
JS_ToInt32
JS_ToInt64
JS_ToIndex
JS_ToFloat64
JS_ToBigInt64
JS_NewStringLen
JS_NewAtomString
JS_ToString
JS_AtomToCString
JS_ToCStringLen2
JS_FreeCString
JS_NewObjectProtoClass
JS_NewObjectClass
JS_NewObjectProto
JS_NewObject
JS_IsFunction
JS_IsConstructor
JS_NewArray
JS_IsArray
JS_GetPropertyStr
JS_GetPropertyUint32
JS_SetPropertyUint32
JS_SetPropertyInt64
JS_SetPropertyStr
JS_HasProperty
JS_DeleteProperty
JS_SetPrototype
JS_GetPrototype
JS_ToPropertyKey
JS_WriteObject
JS_WriteObject2
JS_ReadObject
JS_GetOwnPropertyNames
JS_GetOwnProperty
JS_GetGlobalObject
JS_IsInstanceOf
JS_DefineProperty
JS_DefinePropertyValue
JS_DefinePropertyValueStr
JS_DefinePropertyGetSet
JS_SetOpaque
JS_GetOpaque
JS_ParseJSON
JS_JSONStringify
JS_IsExtensible
JS_PreventExtensions
JS_GetArrayBuffer
JS_NewArrayBuffer
JS_NewArrayBufferCopy
JS_DetachArrayBuffer
JS_GetTypedArrayBuffer
JS_NewPromiseCapability
JS_SetHostPromiseRejectionTracker
JS_SetInterruptHandler
JS_IsError
JS_ThrowRangeError
JS_ThrowTypeError
JS_ThrowOutOfMemory
JS_GetException
JS_SetDumpFlags
JS_RunGC
JS_GetVersion
js_init_module_bjson
js_malloc
js_free
js_realloc
js_std_dump_error
js_load_file
js_init_module_std
js_init_module_os
js_std_add_helpers
js_std_loop
js_std_init_handlers
js_std_free_handlers
js_module_set_import_meta
js_module_loader
js_std_eval_binary
js_std_promise_rejection_tracker
js_std_set_worker_new_context_func
js_string_codePointRange
js_std_await
strstart
has_suffix
pstrcpy