number_object.lut.h

来自「khtml在gtk上的移植版本」· C头文件 代码 · 共 19 行

H
19
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?