#ifndef EL__ECMASCRIPT_QUICKJS_LOCATION_H
#define EL__ECMASCRIPT_QUICKJS_LOCATION_H
#include <quickjs/quickjs.h>
JSValue js_location_init(JSContext *ctx);
#endif