OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JSNodeList_new
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/API/tests/
JSNodeList.h
32
extern JSObjectRef
JSNodeList_new
(JSContextRef, NodeList*);
JSNodeList.c
120
JSObjectRef
JSNodeList_new
(JSContextRef context, NodeList* nodeList)
JSNode.c
129
return
JSNodeList_new
(context, NodeList_new(node));
Completed in 1304 milliseconds