#ifndef EL__ECMASCRIPT_QUICKJS_ATTR_H #define EL__ECMASCRIPT_QUICKJS_ATTR_H #include JSValue getAttr(JSContext *ctx, const void *node); #endif