mirror of
https://github.com/bellard/quickjs.git
synced 2025-09-27 05:38:45 +03:00
Merge d3da16b7cc15676d9ec18e2395c0c3886722c7c3 into 8807fedec55bc4dbdf7b4780d36bfc4b4fd6e5e2
This commit is contained in:
commit
3ccff8522e
@ -12,11 +12,23 @@
|
|||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
#ifndef FUZZ_COMMON_H
|
||||||
|
#define FUZZ_COMMON_H
|
||||||
|
|
||||||
#include "quickjs.h"
|
#include "quickjs.h"
|
||||||
#include "quickjs-libc.h"
|
#include "quickjs-libc.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
static int nbinterrupts = 0;
|
static int nbinterrupts = 0;
|
||||||
|
|
||||||
void reset_nbinterrupts();
|
void reset_nbinterrupts();
|
||||||
void test_one_input_init(JSRuntime *rt, JSContext *ctx);
|
void test_one_input_init(JSRuntime *rt, JSContext *ctx);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
} /* extern "C" { */
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#endif /* FUZZ_COMMON_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user