ELinks 0.18.0
fragment.h File Reference
Include dependency graph for fragment.h:

Functions

JSObject * getDocumentFragment (JSContext *ctx, void *node)
 
bool DocumentFragment_constructor (JSContext *ctx, unsigned argc, JS::Value *vp)
 

Variables

JSClass fragment_class
 
JSPropertySpec fragment_props []
 
const spidermonkeyFunctionSpec fragment_funcs []
 

Function Documentation

◆ DocumentFragment_constructor()

bool DocumentFragment_constructor ( JSContext * ctx,
unsigned argc,
JS::Value * vp )

◆ getDocumentFragment()

JSObject * getDocumentFragment ( JSContext * ctx,
void * node )

Variable Documentation

◆ fragment_class

JSClass fragment_class
extern

◆ fragment_funcs

const spidermonkeyFunctionSpec fragment_funcs[]
extern

◆ fragment_props

JSPropertySpec fragment_props[]
extern