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

📄 number_object.lut.h

📁 khtml在gtk上的移植版本
💻 H
字号:
/* Automatically generated from number_object.cpp using ./create_hash_table. DO NOT EDIT ! */#include "lookup.h"namespace KJS {const struct HashEntry numberTableEntries[] = {   { "POSITIVE_INFINITY", NumberObjectImp::PosInfinity, DontEnum, 0, 0 },   { "MAX_VALUE", NumberObjectImp::MaxValue, DontEnum, 0, 0 },   { 0, 0, 0, 0, 0 },   { "NaN", NumberObjectImp::NaNValue, DontEnum, 0, &numberTableEntries[5] },   { "MIN_VALUE", NumberObjectImp::MinValue, DontEnum, 0, 0 },   { "NEGATIVE_INFINITY", NumberObjectImp::NegInfinity, DontEnum, 0, 0 }};const struct HashTable numberTable = { 2, 6, numberTableEntries, 5 };} // namespace

⌨️ 快捷键说明

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