Jerryscript.h
Go to the documentation of this file.
1 #pragma once
2 
3 #ifdef __cplusplus
4 
5 #include "Jerryscript/Task.h"
6 #include "Jerryscript/Debug.h"
7 #include "Jerryscript/Function.h"
8 #include "Jerryscript/Except.h"
9 #include "Jerryscript/Context.h"
10 
11 #else
12 
13 #include_next <jerryscript.h>
14 
15 #endif