This website requires JavaScript.
Explore
Help
Sign In
Lothario
/
axmol
mirror of
https://github.com/axmolengine/axmol.git
Watch
1
Star
0
Fork
You've already forked axmol
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b9e2a8b7e1
axmol
/
tools
/
bindings-generator
/
targets
/
spidermonkey
/
templates
/
function.h
2 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
Sync official v4 tools
2020-10-08 22:32:07 +08:00
bool
js_
$
{
generator
.
prefix
}
_
$
{
class_name
}
_
$
{
func_name
}
(
JSContext
*
cx
,
uint32_t
argc
,
jsval
*
vp
)
;