Home
last modified time | relevance | path

Searched refs:JSNode_new (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/tests/
DJSNodeList.c42 return JSNode_new(context, node); in JSNodeList_item()
77 return JSNode_new(context, node); in JSNodeList_getProperty()
DJSNode.h33 extern JSObjectRef JSNode_new(JSContextRef context, Node* node);
DJSNode.c183 JSObjectRef JSNode_new(JSContextRef context, Node* node) in JSNode_new() function
195 return JSNode_new(context, Node_new()); in JSNode_construct()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-149942 (JSNode_new):