This website requires JavaScript.
Explore
Help
Register
Sign In
tasiaiso
/
tildefriends
Watch
1
Star
0
Fork
0
You've already forked tildefriends
forked from
cory/tildefriends
Code
Issues
Pull Requests
Releases
Wiki
Activity
a0df336abe
tildefriends
/
src
/
database.js.h
6 lines
98 B
C
Raw
Normal View
History
Unescape
Escape
Merge branches/quickjs to trunk. This is the way. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3621 ed5197a5-7fde-0310-b194-c3ffbd925b24
2021-01-02 13:10:00 -05:00
#
pragma once
libuv 1.45.0, #include cleanup, probably something else. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4308 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-05-21 17:36:51 -04:00
typedef
struct
JSContext
JSContext
;
Merge branches/quickjs to trunk. This is the way. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3621 ed5197a5-7fde-0310-b194-c3ffbd925b24
2021-01-02 13:10:00 -05:00
Fixed apps not working most of the time. Ultimately, storing a pointer to the database using JS_NewInt64 was lossy and a bad idea. Also, remove use of JNI since we're only starting tildefriends as its own process now. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4215 ed5197a5-7fde-0310-b194-c3ffbd925b24
2023-03-11 08:57:17 -05:00
void
tf_database_register
(
JSContext
*
context
)
;
Reference in New Issue
Copy Permalink