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