⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 kjs_navigator.lut.h

📁 手机浏览器源码程序,功能强大
💻 H
字号:
/* Automatically generated from kjs_navigator.cpp using ../../../JavaScriptCore/kjs/create_hash_table. DO NOT EDIT ! */

namespace KJS {

const struct HashEntry NavigatorTableEntries[] = {
   { 0, 0, 0, 0, 0 },
   { "productSub", Navigator::ProductSub, DontDelete|ReadOnly, 0, 0 },
   { "product", Navigator::Product, DontDelete|ReadOnly, 0, 0 },
   { "plugins", Navigator::_Plugins, DontDelete|ReadOnly, 0, 0 },
   { "appName", Navigator::AppName, DontDelete|ReadOnly, 0, &NavigatorTableEntries[13] },
   { 0, 0, 0, 0, 0 },
   { "appCodeName", Navigator::AppCodeName, DontDelete|ReadOnly, 0, &NavigatorTableEntries[14] },
   { 0, 0, 0, 0, 0 },
   { "mimeTypes", Navigator::_MimeTypes, DontDelete|ReadOnly, 0, 0 },
   { "javaEnabled", Navigator::JavaEnabled, DontDelete|Function, 0, 0 },
   { "appVersion", Navigator::AppVersion, DontDelete|ReadOnly, 0, 0 },
   { "platform", Navigator::Platform, DontDelete|ReadOnly, 0, 0 },
   { 0, 0, 0, 0, 0 },
   { "language", Navigator::Language, DontDelete|ReadOnly, 0, &NavigatorTableEntries[15] },
   { "userAgent", Navigator::UserAgent, DontDelete|ReadOnly, 0, 0 },
   { "vendor", Navigator::Vendor, DontDelete|ReadOnly, 0, &NavigatorTableEntries[16] },
   { "cookieEnabled", Navigator::CookieEnabled, DontDelete|ReadOnly, 0, 0 }
};

const struct HashTable NavigatorTable = { 2, 17, NavigatorTableEntries, 13 };

} // namespace

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -