ELinks 0.16.1.1
ecmascript_interpreter Struct Reference

#include <ecmascript.h>

Collaboration diagram for ecmascript_interpreter:

Data Fields

struct view_statevs
void * backend_data
int backend_nesting
struct stringret
struct string code
struct string writecode
struct heartbeatheartbeat
struct ecmascript_string_list_item list onload_snippets
struct ecmascript_string_list_itemcurrent_onload_snippet
unsigned int onload_snippets_cache_id
void * ac
void * ac2
void * document_obj
void * location_obj
bool changed
int element_offset

Field Documentation

◆ ac

void* ecmascript_interpreter::ac

◆ ac2

void* ecmascript_interpreter::ac2

◆ backend_data

void* ecmascript_interpreter::backend_data

◆ backend_nesting

int ecmascript_interpreter::backend_nesting

◆ changed

bool ecmascript_interpreter::changed

◆ code

struct string ecmascript_interpreter::code

◆ current_onload_snippet

struct ecmascript_string_list_item* ecmascript_interpreter::current_onload_snippet

◆ document_obj

void* ecmascript_interpreter::document_obj

◆ element_offset

int ecmascript_interpreter::element_offset

◆ heartbeat

struct heartbeat* ecmascript_interpreter::heartbeat

◆ location_obj

void* ecmascript_interpreter::location_obj

◆ onload_snippets

struct ecmascript_string_list_item list ecmascript_interpreter::onload_snippets

◆ onload_snippets_cache_id

unsigned int ecmascript_interpreter::onload_snippets_cache_id

◆ ret

struct string* ecmascript_interpreter::ret

◆ vs

struct view_state* ecmascript_interpreter::vs

◆ writecode

struct string ecmascript_interpreter::writecode

The documentation for this struct was generated from the following file: