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

📄 global_object.h

📁 elinks下lynx是最重要的二个文本浏览器, 在linux下非常实用, elinks也是gentoo安装过程中默认使用的浏览器, 这是elinks源代码
💻 H
字号:
#ifndef EL__SCRIPTING_SMJS_GLOBAL_OBJECT_H#define EL__SCRIPTING_SMJS_GLOBAL_OBJECT_H#include "ecmascript/spidermonkey/util.h"/* The root of the object hierarchy. If object 'foo' has this as its parent, * you can use foo's method and properties with 'foo.<method|property>'. */extern JSObject *smjs_global_object;/* Create the global object and assign it to smjs_global_object. */void smjs_init_global_object(void);#endif

⌨️ 快捷键说明

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