13#pragma clang diagnostic push
14#pragma clang diagnostic ignored "-Wc99-extensions"
15 static constexpr JSValue Null = JS_NULL;
16 static constexpr JSValue Undefined = JS_UNDEFINED;
17 static constexpr JSValue False = JS_FALSE;
18 static constexpr JSValue True = JS_TRUE;
19 static constexpr JSValue Exception = JS_EXCEPTION;
20#pragma clang diagnostic pop