mirror of
https://github.com/ccxvii/mujs.git
synced 2026-09-20 14:13:24 +08:00
Issue #92: Remove unimplemented function.
This commit is contained in:
+2
-3
@@ -365,13 +365,12 @@ Wrapper to push a new error object on the stack using a printf formatting string
|
||||
|
||||
<pre>
|
||||
int js_gettop(js_State *J);
|
||||
void js_settop(js_State *J, int idx); -- not implemented yet
|
||||
void js_pop(js_State *J, int n);
|
||||
void js_rot(js_State *J, int n);
|
||||
void js_copy(js_State *J, int idx);
|
||||
void js_remove(js_State *J, int idx);
|
||||
void js_insert(js_State *J, int idx); -- not implemented yet
|
||||
void js_replace(js_State* J, int idx); -- not implemented yet
|
||||
void js_insert(js_State *J, int idx);
|
||||
void js_replace(js_State* J, int idx);
|
||||
</pre>
|
||||
|
||||
<h3>Comparisons and arithmetic</h3>
|
||||
|
||||
Reference in New Issue
Block a user