Changeset 21007 for lang/cplusplus/llv8call/trunk/ext/libxml/node.h
- Timestamp:
- 10/09/08 00:17:57 (3 months ago)
- Files:
-
- 1 modified
-
lang/cplusplus/llv8call/trunk/ext/libxml/node.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk/ext/libxml/node.h
r21002 r21007 220 220 END 221 221 222 FUNCTION(isSameNode) 223 ARG_COUNT(1); 224 EXTERNAL_NODE(); 225 ARG_node(an, 0); 226 return an == node ? True() : False(); 227 END 228 222 229 static inline void setupNodeIM(Handle<ObjectTemplate> OBJECT_TEMPLATE) { 223 230 BIND_IM("nodeName", nodeName); … … 235 242 BIND_IM("nextSibling", nextSibling); 236 243 BIND_IM("previousSibling", previousSibling); 244 BIND_IM("isSameNode", isSameNode); 237 245 INTERNALCOUNT(2); 238 246 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)