array_object.lut.h

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

H
29
字号
/* Automatically generated from array_object.cpp using ./create_hash_table. DO NOT EDIT ! */#include "lookup.h"namespace KJS {const struct HashEntry arrayTableEntries[] = {   { "toString", ArrayProtoFuncImp::ToString, DontEnum|Function, 0, 0 },   { "sort", ArrayProtoFuncImp::Sort, DontEnum|Function, 1, 0 },   { "unshift", ArrayProtoFuncImp::UnShift, DontEnum|Function, 1, 0 },   { "join", ArrayProtoFuncImp::Join, DontEnum|Function, 1, &arrayTableEntries[15] },   { 0, 0, 0, 0, 0 },   { 0, 0, 0, 0, 0 },   { "push", ArrayProtoFuncImp::Push, DontEnum|Function, 1, 0 },   { "toLocaleString", ArrayProtoFuncImp::ToLocaleString, DontEnum|Function, 0, 0 },   { "concat", ArrayProtoFuncImp::Concat, DontEnum|Function, 1, &arrayTableEntries[14] },   { "shift", ArrayProtoFuncImp::Shift, DontEnum|Function, 0, 0 },   { "pop", ArrayProtoFuncImp::Pop, DontEnum|Function, 0, &arrayTableEntries[13] },   { 0, 0, 0, 0, 0 },   { 0, 0, 0, 0, 0 },   { "reverse", ArrayProtoFuncImp::Reverse, DontEnum|Function, 0, 0 },   { "slice", ArrayProtoFuncImp::Slice, DontEnum|Function, 2, 0 },   { "splice", ArrayProtoFuncImp::Splice, DontEnum|Function, 2, 0 }};const struct HashTable arrayTable = { 2, 16, arrayTableEntries, 13 };} // namespace

⌨️ 快捷键说明

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