mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[refactor] part 3 . EL__ECMASCRIPT -> EL__JS
This commit is contained in:
parent
59fc662651
commit
352a214cfc
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_CSS2XPATH_H
|
||||
#define EL__ECMASCRIPT_CSS2XPATH_H
|
||||
#ifndef EL__JS_CSS2XPATH_H
|
||||
#define EL__JS_CSS2XPATH_H
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_ECMASCRIPT_C_H
|
||||
#define EL__ECMASCRIPT_ECMASCRIPT_C_H
|
||||
#ifndef EL__JS_ECMASCRIPT_C_H
|
||||
#define EL__JS_ECMASCRIPT_C_H
|
||||
|
||||
#include "document/document.h"
|
||||
#include "js/libdom/dom.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_ECMASCRIPT_H
|
||||
#define EL__ECMASCRIPT_ECMASCRIPT_H
|
||||
#ifndef EL__JS_ECMASCRIPT_H
|
||||
#define EL__JS_ECMASCRIPT_H
|
||||
|
||||
/* This is a trivial ECMAScript driver. All your base are belong to pasky. */
|
||||
/* In the future you will get DOM, a complete ECMAScript interface and free
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_LOCALSTORAGE_DB_H
|
||||
#define EL__ECMASCRIPT_LOCALSTORAGE_DB_H
|
||||
#ifndef EL__JS_LOCALSTORAGE_DB_H
|
||||
#define EL__JS_LOCALSTORAGE_DB_H
|
||||
|
||||
#include <sqlite3.h>
|
||||
#include <stdio.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_H
|
||||
#define EL__ECMASCRIPT_MUJS_H
|
||||
#ifndef EL__JS_MUJS_H
|
||||
#define EL__JS_MUJS_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_ATTR_H
|
||||
#define EL__ECMASCRIPT_MUJS_ATTR_H
|
||||
#ifndef EL__JS_MUJS_ATTR_H
|
||||
#define EL__JS_MUJS_ATTR_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_ATTRIBUTES_H
|
||||
#define EL__ECMASCRIPT_MUJS_ATTRIBUTES_H
|
||||
#ifndef EL__JS_MUJS_ATTRIBUTES_H
|
||||
#define EL__JS_MUJS_ATTRIBUTES_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_COLLECTION_H
|
||||
#define EL__ECMASCRIPT_MUJS_COLLECTION_H
|
||||
#ifndef EL__JS_MUJS_COLLECTION_H
|
||||
#define EL__JS_MUJS_COLLECTION_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_CONSOLE_H
|
||||
#define EL__ECMASCRIPT_MUJS_CONSOLE_H
|
||||
#ifndef EL__JS_MUJS_CONSOLE_H
|
||||
#define EL__JS_MUJS_CONSOLE_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_CSS_H
|
||||
#define EL__ECMASCRIPT_MUJS_CSS_H
|
||||
#ifndef EL__JS_MUJS_CSS_H
|
||||
#define EL__JS_MUJS_CSS_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_CUSTOMEVENT_H
|
||||
#define EL__ECMASCRIPT_MUJS_CUSTOMEVENT_H
|
||||
#ifndef EL__JS_MUJS_CUSTOMEVENT_H
|
||||
#define EL__JS_MUJS_CUSTOMEVENT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_DATASET_H
|
||||
#define EL__ECMASCRIPT_MUJS_DATASET_H
|
||||
#ifndef EL__JS_MUJS_DATASET_H
|
||||
#define EL__JS_MUJS_DATASET_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_DOCUMENT_H
|
||||
#define EL__ECMASCRIPT_MUJS_DOCUMENT_H
|
||||
#ifndef EL__JS_MUJS_DOCUMENT_H
|
||||
#define EL__JS_MUJS_DOCUMENT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_DOMPARSER_H
|
||||
#define EL__ECMASCRIPT_MUJS_DOMPARSER_H
|
||||
#ifndef EL__JS_MUJS_DOMPARSER_H
|
||||
#define EL__JS_MUJS_DOMPARSER_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_DOMRECT_H
|
||||
#define EL__ECMASCRIPT_MUJS_DOMRECT_H
|
||||
#ifndef EL__JS_MUJS_DOMRECT_H
|
||||
#define EL__JS_MUJS_DOMRECT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_ELEMENT_H
|
||||
#define EL__ECMASCRIPT_MUJS_ELEMENT_H
|
||||
#ifndef EL__JS_MUJS_ELEMENT_H
|
||||
#define EL__JS_MUJS_ELEMENT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_EVENT_H
|
||||
#define EL__ECMASCRIPT_MUJS_EVENT_H
|
||||
#ifndef EL__JS_MUJS_EVENT_H
|
||||
#define EL__JS_MUJS_EVENT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_FORM_H
|
||||
#define EL__ECMASCRIPT_MUJS_FORM_H
|
||||
#ifndef EL__JS_MUJS_FORM_H
|
||||
#define EL__JS_MUJS_FORM_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_FORMS_H
|
||||
#define EL__ECMASCRIPT_MUJS_FORMS_H
|
||||
#ifndef EL__JS_MUJS_FORMS_H
|
||||
#define EL__JS_MUJS_FORMS_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_FRAGMENT_H
|
||||
#define EL__ECMASCRIPT_MUJS_FRAGMENT_H
|
||||
#ifndef EL__JS_MUJS_FRAGMENT_H
|
||||
#define EL__JS_MUJS_FRAGMENT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_HISTORY_H
|
||||
#define EL__ECMASCRIPT_MUJS_HISTORY_H
|
||||
#ifndef EL__JS_MUJS_HISTORY_H
|
||||
#define EL__JS_MUJS_HISTORY_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_IMPLEMENTATION_H
|
||||
#define EL__ECMASCRIPT_MUJS_IMPLEMENTATION_H
|
||||
#ifndef EL__JS_MUJS_IMPLEMENTATION_H
|
||||
#define EL__JS_MUJS_IMPLEMENTATION_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_INPUT_H
|
||||
#define EL__ECMASCRIPT_MUJS_INPUT_H
|
||||
#ifndef EL__JS_MUJS_INPUT_H
|
||||
#define EL__JS_MUJS_INPUT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_KEYBOARD_H
|
||||
#define EL__ECMASCRIPT_MUJS_KEYBOARD_H
|
||||
#ifndef EL__JS_MUJS_KEYBOARD_H
|
||||
#define EL__JS_MUJS_KEYBOARD_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_LOCALSTORAGE_H
|
||||
#define EL__ECMASCRIPT_MUJS_LOCALSTORAGE_H
|
||||
#ifndef EL__JS_MUJS_LOCALSTORAGE_H
|
||||
#define EL__JS_MUJS_LOCALSTORAGE_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_LOCATION_H
|
||||
#define EL__ECMASCRIPT_MUJS_LOCATION_H
|
||||
#ifndef EL__JS_MUJS_LOCATION_H
|
||||
#define EL__JS_MUJS_LOCATION_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_MESSAGE_H
|
||||
#define EL__ECMASCRIPT_MUJS_MESSAGE_H
|
||||
#ifndef EL__JS_MUJS_MESSAGE_H
|
||||
#define EL__JS_MUJS_MESSAGE_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_NAVIGATOR_H
|
||||
#define EL__ECMASCRIPT_MUJS_NAVIGATOR_H
|
||||
#ifndef EL__JS_MUJS_NAVIGATOR_H
|
||||
#define EL__JS_MUJS_NAVIGATOR_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_NODE_H
|
||||
#define EL__ECMASCRIPT_MUJS_NODE_H
|
||||
#ifndef EL__JS_MUJS_NODE_H
|
||||
#define EL__JS_MUJS_NODE_H
|
||||
|
||||
#include <mujs.h>
|
||||
#include "session/download.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_NODELIST_H
|
||||
#define EL__ECMASCRIPT_MUJS_NODELIST_H
|
||||
#ifndef EL__JS_MUJS_NODELIST_H
|
||||
#define EL__JS_MUJS_NODELIST_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_NODELIST2_H
|
||||
#define EL__ECMASCRIPT_MUJS_NODELIST2_H
|
||||
#ifndef EL__JS_MUJS_NODELIST2_H
|
||||
#define EL__JS_MUJS_NODELIST2_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_SCREEN_H
|
||||
#define EL__ECMASCRIPT_MUJS_SCREEN_H
|
||||
#ifndef EL__JS_MUJS_SCREEN_H
|
||||
#define EL__JS_MUJS_SCREEN_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_STYLE_H
|
||||
#define EL__ECMASCRIPT_MUJS_STYLE_H
|
||||
#ifndef EL__JS_MUJS_STYLE_H
|
||||
#define EL__JS_MUJS_STYLE_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_TEXT_H
|
||||
#define EL__ECMASCRIPT_MUJS_TEXT_H
|
||||
#ifndef EL__JS_MUJS_TEXT_H
|
||||
#define EL__JS_MUJS_TEXT_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_TOKENLIST_H
|
||||
#define EL__ECMASCRIPT_MUJS_TOKENLIST_H
|
||||
#ifndef EL__JS_MUJS_TOKENLIST_H
|
||||
#define EL__JS_MUJS_TOKENLIST_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_UNIBAR_H
|
||||
#define EL__ECMASCRIPT_MUJS_UNIBAR_H
|
||||
#ifndef EL__JS_MUJS_UNIBAR_H
|
||||
#define EL__JS_MUJS_UNIBAR_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_URL_H
|
||||
#define EL__ECMASCRIPT_MUJS_URL_H
|
||||
#ifndef EL__JS_MUJS_URL_H
|
||||
#define EL__JS_MUJS_URL_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_WINDOW_H
|
||||
#define EL__ECMASCRIPT_MUJS_WINDOW_H
|
||||
#ifndef EL__JS_MUJS_WINDOW_H
|
||||
#define EL__JS_MUJS_WINDOW_H
|
||||
|
||||
#include <mujs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_MUJS_XHR_H
|
||||
#define EL__ECMASCRIPT_MUJS_XHR_H
|
||||
#ifndef EL__JS_MUJS_XHR_H
|
||||
#define EL__JS_MUJS_XHR_H
|
||||
|
||||
#include <mujs.h>
|
||||
#include "session/download.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_H
|
||||
#ifndef EL__JS_QUICKJS_H
|
||||
#define EL__JS_QUICKJS_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_ATTR_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_ATTR_H
|
||||
#ifndef EL__JS_QUICKJS_ATTR_H
|
||||
#define EL__JS_QUICKJS_ATTR_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_ATTRIBUTES_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_ATTRIBUTES_H
|
||||
#ifndef EL__JS_QUICKJS_ATTRIBUTES_H
|
||||
#define EL__JS_QUICKJS_ATTRIBUTES_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_COLLECTION_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_COLLECTION_H
|
||||
#ifndef EL__JS_QUICKJS_COLLECTION_H
|
||||
#define EL__JS_QUICKJS_COLLECTION_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_CONSOLE_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_CONSOLE_H
|
||||
#ifndef EL__JS_QUICKJS_CONSOLE_H
|
||||
#define EL__JS_QUICKJS_CONSOLE_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_CSS_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_CSS_H
|
||||
#ifndef EL__JS_QUICKJS_CSS_H
|
||||
#define EL__JS_QUICKJS_CSS_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_CUSTOMEVENT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_CUSTOMEVENT_H
|
||||
#ifndef EL__JS_QUICKJS_CUSTOMEVENT_H
|
||||
#define EL__JS_QUICKJS_CUSTOMEVENT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_DATASET_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_DATASET_H
|
||||
#ifndef EL__JS_QUICKJS_DATASET_H
|
||||
#define EL__JS_QUICKJS_DATASET_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_DOCUMENT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_DOCUMENT_H
|
||||
#ifndef EL__JS_QUICKJS_DOCUMENT_H
|
||||
#define EL__JS_QUICKJS_DOCUMENT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_DOMPARSER_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_DOMPARSER_H
|
||||
#ifndef EL__JS_QUICKJS_DOMPARSER_H
|
||||
#define EL__JS_QUICKJS_DOMPARSER_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_DOMRECT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_DOMRECT_H
|
||||
#ifndef EL__JS_QUICKJS_DOMRECT_H
|
||||
#define EL__JS_QUICKJS_DOMRECT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_ELEMENT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_ELEMENT_H
|
||||
#ifndef EL__JS_QUICKJS_ELEMENT_H
|
||||
#define EL__JS_QUICKJS_ELEMENT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_EVENT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_EVENT_H
|
||||
#ifndef EL__JS_QUICKJS_EVENT_H
|
||||
#define EL__JS_QUICKJS_EVENT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_FORM_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_FORM_H
|
||||
#ifndef EL__JS_QUICKJS_FORM_H
|
||||
#define EL__JS_QUICKJS_FORM_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_FORMS_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_FORMS_H
|
||||
#ifndef EL__JS_QUICKJS_FORMS_H
|
||||
#define EL__JS_QUICKJS_FORMS_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_FRAGMENT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_FRAGMENT_H
|
||||
#ifndef EL__JS_QUICKJS_FRAGMENT_H
|
||||
#define EL__JS_QUICKJS_FRAGMENT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_HEARTBEAT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_HEARTBEAT_H
|
||||
#ifndef EL__JS_QUICKJS_HEARTBEAT_H
|
||||
#define EL__JS_QUICKJS_HEARTBEAT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
#include "util/lists.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_HISTORY_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_HISTORY_H
|
||||
#ifndef EL__JS_QUICKJS_HISTORY_H
|
||||
#define EL__JS_QUICKJS_HISTORY_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_IMPLEMENTATION_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_IMPLEMENTATION_H
|
||||
#ifndef EL__JS_QUICKJS_IMPLEMENTATION_H
|
||||
#define EL__JS_QUICKJS_IMPLEMENTATION_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_INPUT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_INPUT_H
|
||||
#ifndef EL__JS_QUICKJS_INPUT_H
|
||||
#define EL__JS_QUICKJS_INPUT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_KEYBOARD_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_KEYBOARD_H
|
||||
#ifndef EL__JS_QUICKJS_KEYBOARD_H
|
||||
#define EL__JS_QUICKJS_KEYBOARD_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_LOCALSTORAGE_H
|
||||
#ifndef EL__JS_QUICKJS_LOCALSTORAGE_H
|
||||
#define EL__JS_QUICKJS_LOCALSTORAGE_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_LOCATION_H
|
||||
#ifndef EL__JS_QUICKJS_LOCATION_H
|
||||
#define EL__JS_QUICKJS_LOCATION_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_MESSAGE_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_MESSAGE_H
|
||||
#ifndef EL__JS_QUICKJS_MESSAGE_H
|
||||
#define EL__JS_QUICKJS_MESSAGE_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_NAVIGATOR_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_NAVIGATOR_H
|
||||
#ifndef EL__JS_QUICKJS_NAVIGATOR_H
|
||||
#define EL__JS_QUICKJS_NAVIGATOR_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_NODE_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_NODE_H
|
||||
#ifndef EL__JS_QUICKJS_NODE_H
|
||||
#define EL__JS_QUICKJS_NODE_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_NODELIST_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_NODELIST_H
|
||||
#ifndef EL__JS_QUICKJS_NODELIST_H
|
||||
#define EL__JS_QUICKJS_NODELIST_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_NODELIST2_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_NODELIST2_H
|
||||
#ifndef EL__JS_QUICKJS_NODELIST2_H
|
||||
#define EL__JS_QUICKJS_NODELIST2_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_SCREEN_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_SCREEN_H
|
||||
#ifndef EL__JS_QUICKJS_SCREEN_H
|
||||
#define EL__JS_QUICKJS_SCREEN_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_STYLE_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_STYLE_H
|
||||
#ifndef EL__JS_QUICKJS_STYLE_H
|
||||
#define EL__JS_QUICKJS_STYLE_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_TEXT_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_TEXT_H
|
||||
#ifndef EL__JS_QUICKJS_TEXT_H
|
||||
#define EL__JS_QUICKJS_TEXT_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_TOKENLIST_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_TOKENLIST_H
|
||||
#ifndef EL__JS_QUICKJS_TOKENLIST_H
|
||||
#define EL__JS_QUICKJS_TOKENLIST_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_UNIBAR_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_UNIBAR_H
|
||||
#ifndef EL__JS_QUICKJS_UNIBAR_H
|
||||
#define EL__JS_QUICKJS_UNIBAR_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_URL_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_URL_H
|
||||
#ifndef EL__JS_QUICKJS_URL_H
|
||||
#define EL__JS_QUICKJS_URL_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_URLSEARCHPARAMS_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_URLSEARCHPARAMS_H
|
||||
#ifndef EL__JS_QUICKJS_URLSEARCHPARAMS_H
|
||||
#define EL__JS_QUICKJS_URLSEARCHPARAMS_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_WINDOW_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_WINDOW_H
|
||||
#ifndef EL__JS_QUICKJS_WINDOW_H
|
||||
#define EL__JS_QUICKJS_WINDOW_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_QUICKJS_XHR_H
|
||||
#define EL__ECMASCRIPT_QUICKJS_XHR_H
|
||||
#ifndef EL__JS_QUICKJS_XHR_H
|
||||
#define EL__JS_QUICKJS_XHR_H
|
||||
|
||||
#include <quickjs/quickjs.h>
|
||||
#include "session/download.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_SHARED_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_SHARED_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_SHARED_H
|
||||
#define EL__JS_SPIDERMONKEY_SHARED_H
|
||||
|
||||
#include <jsapi.h>
|
||||
#include <jsfriendapi.h>
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_H
|
||||
#define EL__JS_SPIDERMONKEY_H
|
||||
|
||||
#include <jsapi.h>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_ATTR_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_ATTR_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_ATTR_H
|
||||
#define EL__JS_SPIDERMONKEY_ATTR_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_ATTRIBUTES_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_ATTRIBUTES_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_ATTRIBUTES_H
|
||||
#define EL__JS_SPIDERMONKEY_ATTRIBUTES_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_COLLECTION_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_COLLECTION_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_COLLECTION_H
|
||||
#define EL__JS_SPIDERMONKEY_COLLECTION_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_CONSOLE_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_CONSOLE_H
|
||||
#define EL__JS_SPIDERMONKEY_CONSOLE_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_CSS_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_CSS_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_CSS_H
|
||||
#define EL__JS_SPIDERMONKEY_CSS_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_CUSTOMEVENT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_CUSTOMEVENT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_CUSTOMEVENT_H
|
||||
#define EL__JS_SPIDERMONKEY_CUSTOMEVENT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_DATASET_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_DATASET_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_DATASET_H
|
||||
#define EL__JS_SPIDERMONKEY_DATASET_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_DOCUMENT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_DOCUMENT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_DOCUMENT_H
|
||||
#define EL__JS_SPIDERMONKEY_DOCUMENT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_DOMPARSER_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_DOMPARSER_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_DOMPARSER_H
|
||||
#define EL__JS_SPIDERMONKEY_DOMPARSER_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_DOMRECT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_DOMRECT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_DOMRECT_H
|
||||
#define EL__JS_SPIDERMONKEY_DOMRECT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_ELEMENT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_ELEMENT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_ELEMENT_H
|
||||
#define EL__JS_SPIDERMONKEY_ELEMENT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_EVENT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_EVENT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_EVENT_H
|
||||
#define EL__JS_SPIDERMONKEY_EVENT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_FORM_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_FORM_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_FORM_H
|
||||
#define EL__JS_SPIDERMONKEY_FORM_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_FORMS_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_FORMS_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_FORMS_H
|
||||
#define EL__JS_SPIDERMONKEY_FORMS_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_FRAGMENT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_FRAGMENT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_FRAGMENT_H
|
||||
#define EL__JS_SPIDERMONKEY_FRAGMENT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_HEARTBEAT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_HEARTBEAT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_HEARTBEAT_H
|
||||
#define EL__JS_SPIDERMONKEY_HEARTBEAT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_HISTORY_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_HISTORY_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_HISTORY_H
|
||||
#define EL__JS_SPIDERMONKEY_HISTORY_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_IMPLEMENTATION_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_IMPLEMENTATION_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_IMPLEMENTATION_H
|
||||
#define EL__JS_SPIDERMONKEY_IMPLEMENTATION_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_INPUT_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_INPUT_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_INPUT_H
|
||||
#define EL__JS_SPIDERMONKEY_INPUT_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_KEYBOARD_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_KEYBOARD_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_KEYBOARD_H
|
||||
#define EL__JS_SPIDERMONKEY_KEYBOARD_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_LOCALSTORAGE_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_LOCALSTORAGE_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_LOCALSTORAGE_H
|
||||
#define EL__JS_SPIDERMONKEY_LOCALSTORAGE_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
#include "js/localstorage-db.h"
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
#ifndef EL__ECMASCRIPT_SPIDERMONKEY_LOCATION_H
|
||||
#define EL__ECMASCRIPT_SPIDERMONKEY_LOCATION_H
|
||||
#ifndef EL__JS_SPIDERMONKEY_LOCATION_H
|
||||
#define EL__JS_SPIDERMONKEY_LOCATION_H
|
||||
|
||||
#include "js/spidermonkey/util.h"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user