Flipper Developer Docs
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Files
File List
Globals
All
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Variables
Typedefs
a
b
c
d
e
f
g
i
m
n
p
r
s
t
v
Enumerations
a
b
c
d
e
f
g
i
n
o
p
r
s
v
Enumerator
c
e
f
g
i
n
o
r
s
v
Macros
_
d
e
f
r
v
w
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
mjs_exec.h
1
/*
2
* Copyright (c) 2016 Cesanta Software Limited
3
* All rights reserved
4
*/
5
6
#ifndef MJS_EXEC_H_
7
#define MJS_EXEC_H_
8
9
#include "mjs_exec_public.h"
10
11
/*
12
* A special bcode offset value which causes mjs_execute() to exit immediately;
13
* used in mjs_apply().
14
*/
15
#define MJS_BCODE_OFFSET_EXIT ((size_t)0x7fffffff)
16
17
#if defined(__cplusplus)
18
extern
"C"
{
19
#endif
/* __cplusplus */
20
21
MJS_PRIVATE mjs_err_t mjs_execute(
struct
mjs
*
mjs
,
size_t
off, mjs_val_t* res);
22
23
#if defined(__cplusplus)
24
}
25
#endif
/* __cplusplus */
26
27
#endif
/* MJS_EXEC_H_ */
mjs
Definition
mjs_core.h:63
lib
mjs
mjs_exec.h
Generated by
1.12.0