ELinks 0.18.0
location.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "elinks.h"
#include "document/document.h"
#include "document/view.h"
#include "js/ecmascript.h"
#include "js/mujs.h"
#include "js/mujs/location.h"
#include "js/mujs/window.h"
#include "protocol/uri.h"
#include "session/history.h"
#include "session/location.h"
#include "session/session.h"
#include "viewer/text/vs.h"
Include dependency graph for location.c:

Functions

static void mjs_location_get_property_hash (js_State *J)
 
static void mjs_location_get_property_host (js_State *J)
 
static void mjs_location_get_property_hostname (js_State *J)
 
static void mjs_location_get_property_href (js_State *J)
 
static void mjs_location_get_property_origin (js_State *J)
 
static void mjs_location_get_property_pathname (js_State *J)
 
static void mjs_location_get_property_port (js_State *J)
 
static void mjs_location_get_property_protocol (js_State *J)
 
static void mjs_location_get_property_search (js_State *J)
 
static void mjs_location_set_property_hash (js_State *J)
 
static void mjs_location_set_property_host (js_State *J)
 
static void mjs_location_set_property_hostname (js_State *J)
 
static void mjs_location_set_property_href (js_State *J)
 
static void mjs_location_set_property_pathname (js_State *J)
 
static void mjs_location_set_property_port (js_State *J)
 
static void mjs_location_set_property_protocol (js_State *J)
 
static void mjs_location_set_property_search (js_State *J)
 
static void mjs_location_assign (js_State *J)
 
static void mjs_location_reload (js_State *J)
 
static void mjs_location_replace (js_State *J)
 
static void mjs_location_toString (js_State *J)
 
int mjs_location_init (js_State *J)
 
void mjs_push_location (js_State *J)
 

Function Documentation

◆ mjs_location_assign()

static void mjs_location_assign ( js_State * J)
static

◆ mjs_location_get_property_hash()

static void mjs_location_get_property_hash ( js_State * J)
static

◆ mjs_location_get_property_host()

static void mjs_location_get_property_host ( js_State * J)
static

◆ mjs_location_get_property_hostname()

static void mjs_location_get_property_hostname ( js_State * J)
static

◆ mjs_location_get_property_href()

static void mjs_location_get_property_href ( js_State * J)
static

◆ mjs_location_get_property_origin()

static void mjs_location_get_property_origin ( js_State * J)
static

◆ mjs_location_get_property_pathname()

static void mjs_location_get_property_pathname ( js_State * J)
static

◆ mjs_location_get_property_port()

static void mjs_location_get_property_port ( js_State * J)
static

◆ mjs_location_get_property_protocol()

static void mjs_location_get_property_protocol ( js_State * J)
static

◆ mjs_location_get_property_search()

static void mjs_location_get_property_search ( js_State * J)
static

◆ mjs_location_init()

int mjs_location_init ( js_State * J)

◆ mjs_location_reload()

static void mjs_location_reload ( js_State * J)
static

◆ mjs_location_replace()

static void mjs_location_replace ( js_State * J)
static

◆ mjs_location_set_property_hash()

static void mjs_location_set_property_hash ( js_State * J)
static

◆ mjs_location_set_property_host()

static void mjs_location_set_property_host ( js_State * J)
static

◆ mjs_location_set_property_hostname()

static void mjs_location_set_property_hostname ( js_State * J)
static

◆ mjs_location_set_property_href()

static void mjs_location_set_property_href ( js_State * J)
static

◆ mjs_location_set_property_pathname()

static void mjs_location_set_property_pathname ( js_State * J)
static

◆ mjs_location_set_property_port()

static void mjs_location_set_property_port ( js_State * J)
static

◆ mjs_location_set_property_protocol()

static void mjs_location_set_property_protocol ( js_State * J)
static

◆ mjs_location_set_property_search()

static void mjs_location_set_property_search ( js_State * J)
static

◆ mjs_location_toString()

static void mjs_location_toString ( js_State * J)
static

◆ mjs_push_location()

void mjs_push_location ( js_State * J)