2021-10-22 10:10:40 -04:00
|
|
|
#ifndef EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
|
|
|
#define EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
|
|
|
|
|
|
|
#include <quickjs/quickjs.h>
|
|
|
|
|
2021-11-13 12:22:05 -05:00
|
|
|
JSValue js_location_init(JSContext *ctx, JSValue global_obj);
|
2021-10-22 10:10:40 -04:00
|
|
|
|
|
|
|
#endif
|