JSInspectorFrontendHostCustom.cpp | 53 JSValue JSInspectorFrontendHost::platform(ExecState* execState) function in class:WebCore::JSInspectorFrontendHost 55 #if PLATFORM(MAC) 56 DEFINE_STATIC_LOCAL(const String, platform, ("mac")); 58 DEFINE_STATIC_LOCAL(const String, platform, ("windows")); 60 DEFINE_STATIC_LOCAL(const String, platform, ("linux")); 62 DEFINE_STATIC_LOCAL(const String, platform, ("freebsd")); 64 DEFINE_STATIC_LOCAL(const String, platform, ("unknown")); 66 return jsString(execState, platform); 71 #if PLATFORM(QT) 73 #elif PLATFORM(GTK [all...] |