mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
795 B
28 lines
795 B
--- !ditz.rubyforge.org,2008-03-06/issue
|
|
title: multiple get/put primitive to api
|
|
desc: ""
|
|
type: :task
|
|
component: duk
|
|
release: v0.8
|
|
reporter: sva <sami.vaarala@iki.fi>
|
|
status: :unstarted
|
|
disposition:
|
|
creation_time: 2013-08-02 19:56:35.020681 Z
|
|
references: []
|
|
|
|
id: e713214d272d595a5723ff6ce636535311ebd514
|
|
log_events:
|
|
- - 2013-08-02 19:56:35.233476 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- created
|
|
- ""
|
|
- - 2013-08-17 22:02:03.188307 Z
|
|
- sva <sami.vaarala@iki.fi>
|
|
- commented
|
|
- |-
|
|
Current header stuff:
|
|
|
|
/* FIXME: not very logical, missing buffer */
|
|
|
|
void duk_push_multiple(duk_context *ctx, const char *types, ...); /* push multiple values, see duk_get_multiple */
|
|
void duk_get_multiple(duk_context *ctx, int start_index, const char *types, ...);
|
|
|