keywords.table
来自「linux下开源浏览器WebKit的源码,市面上的很多商用浏览器都是移植自Web」· TABLE 代码 · 共 73 行
TABLE
73 行
# main keywords@begin mainTable 41# typesnull NULLTOKENtrue TRUETOKENfalse FALSETOKEN# keywordsbreak BREAKcase CASEcatch CATCHconst CONSTTOKENdefault DEFAULTfinally FINALLYfor FORinstanceof INSTANCEOFnew NEWvar VARcontinue CONTINUEfunction FUNCTIONreturn RETURNvoid VOIDTOKENdelete DELETETOKENif IFthis THISTOKENdo DOwhile WHILEelse ELSEin INTOKENswitch SWITCHthrow THROWtry TRYtypeof TYPEOFwith WITHdebugger DEBUGGER# reserved for future useclass RESERVEDenum RESERVEDexport RESERVEDextends RESERVEDimport RESERVEDsuper RESERVED# these words are reserved for future use in the ECMA spec, but not in WinIE# (see http://bugs.webkit.org/show_bug.cgi?id=6179)# abstract RESERVED# boolean RESERVED# byte RESERVED# char RESERVED# double RESERVED# final RESERVED# float RESERVED# goto RESERVED# implements RESERVED# int RESERVED# interface RESERVED# long RESERVED# native RESERVED# package RESERVED# private RESERVED# protected RESERVED# public RESERVED# short RESERVED# static RESERVED# synchronized RESERVED# throws RESERVED# transient RESERVED# volatile RESERVED@end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?