1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-02-02 15:09:23 -05:00
2021-02-21 22:33:29 +01:00

12 lines
281 B
C

#ifndef EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
#define EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
#include "ecmascript/spidermonkey/util.h"
extern const JSClass console_class;
extern const spidermonkeyFunctionSpec console_funcs[];
extern const JSPropertySpec console_props[];
#endif