代码搜索:ECMAScript
找到约 61 项符合「ECMAScript」的源代码
代码结果 61
www.eeworm.com/read/177353/5328306
h bookmarks.h
#ifndef EL__SCRIPTING_SMJS_BOOKMARKS_H
#define EL__SCRIPTING_SMJS_BOOKMARKS_H
#include "ecmascript/spidermonkey/util.h"
void smjs_init_bookmarks_interface(void);
#endif
www.eeworm.com/read/137626/5822751
c spidermonkey.c
/* The SpiderMonkey ECMAScript backend. */
/* $Id: spidermonkey.c,v 1.147.2.8 2005/04/06 08:59:38 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
/* For wild SpiderMonkey installation
www.eeworm.com/read/177353/5328301
h global_object.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 p
www.eeworm.com/read/177353/5328296
h elinks_object.h
#ifndef EL__SCRIPTING_SMJS_ELINKS_OBJECT_H
#define EL__SCRIPTING_SMJS_ELINKS_OBJECT_H
#include "ecmascript/spidermonkey/util.h"
/* This is the all-powerful elinks object through which all client scr
www.eeworm.com/read/177353/5328302
c global_object.c
/* The global object. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "ecmascript/spidermonkey/util.h"
#include "scripting/scripting.h"
#include "scripting/smjs/core
www.eeworm.com/read/177353/5328295
c elinks_object.c
/* The "elinks" object */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "config/home.h"
#include "ecmascript/spidermonkey/util.h"
#include "protocol/uri.h"
#include "
www.eeworm.com/read/177353/5328305
h core.h
#ifndef EL__SCRIPTING_SMJS_CORE_H
#define EL__SCRIPTING_SMJS_CORE_H
#include "ecmascript/spidermonkey/util.h"
struct module;
struct session;
struct string;
extern JSContext *smjs_ctx;
extern struct
www.eeworm.com/read/177353/5328309
c smjs.c
/* ECMAScript browser scripting module */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "main/module.h"
#include "scripting/smjs/core.h"
#include "scripting/smjs/hook
www.eeworm.com/read/177353/5328300
c bookmarks.c
/* "elinks.bookmarks" */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "bookmarks/bookmarks.h"
#include "ecmascript/spidermonkey/util.h"
#include "main/event.h"
#incl
www.eeworm.com/read/177353/5328304
c keybinding.c
/* "elinks.keymaps" */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "elinks.h"
#include "config/kbdbind.h"
#include "ecmascript/spidermonkey/util.h"
#include "main/event.h"
#include "sc