?? kjs_navigator.lut.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 + -