Flipper Developer Docs
Loading...
Searching...
No Matches
mjs_array.h
1
/*
2
* Copyright (c) 2014 Cesanta Software Limited
3
* All rights reserved
4
*/
5
6
#ifndef MJS_ARRAY_H_
7
#define MJS_ARRAY_H_
8
9
#include "mjs_internal.h"
10
#include "mjs_array_public.h"
11
12
#if defined(__cplusplus)
13
extern
"C"
{
14
#endif
/* __cplusplus */
15
16
MJS_PRIVATE mjs_val_t mjs_array_get2(
struct
mjs
*
mjs
, mjs_val_t arr,
unsigned
long
index,
int
* has);
17
18
MJS_PRIVATE
void
mjs_array_splice(
struct
mjs
*
mjs
);
19
20
MJS_PRIVATE
void
mjs_array_push_internal(
struct
mjs
*
mjs
);
21
22
#if defined(__cplusplus)
23
}
24
#endif
/* __cplusplus */
25
26
#endif
/* MJS_ARRAY_H_ */
mjs
Definition
mjs_core.h:63
lib
mjs
mjs_array.h
Generated by
1.12.0