[v8-juice] r2255 committed - Edited wiki page V8Convert_XTo through web user interface.

1 view
Skip to first unread message

v8-j...@googlecode.com

unread,
Jul 11, 2012, 2:15:34 PM7/11/12
to v8-juice-...@googlegroups.com
Revision: 2255
Author: sgb...@gmail.com
Date: Wed Jul 11 11:15:12 2012
Log: Edited wiki page V8Convert_XTo through web user interface.
http://code.google.com/p/v8-juice/source/detail?r=2255

Modified:
/wiki/V8Convert_XTo.wiki

=======================================
--- /wiki/V8Convert_XTo.wiki Thu Aug 18 07:06:49 2011
+++ /wiki/V8Convert_XTo.wiki Wed Jul 11 11:15:12 2012
@@ -2,7 +2,7 @@
#labels Phase-UserDocs,Topic-CPlusPlus


-See also: [V8Convert_Overloading], [V8Convert_PropertyBinding],
[V8Convert_FunctionBinding]
+See also: [V8Convert], [V8Convert_Overloading],
[V8Convert_PropertyBinding], [V8Convert_FunctionBinding]

<wiki:toc/>

@@ -111,8 +111,7 @@

The expanded `XyzTo` templates evaluate to types which contain a specific
function, depending on the conversion tag type:

- * `InCa` and `InCaVoid`: `Call()`, implementing the
`v8::InvocationCallback` interface.
- * `InCaVoid` is like `InCa` but explicitly does _not_ invoke a
conversion of the native return type. This it can be used to bind
functions/methods with void or non-convertible types, or to ignore return
values which we don't _want_ to convert for some reason.
+ * `InCa` and `InCaVoid`: `Call()`, implementing the
`v8::InvocationCallback` interface. `InCaVoid` is like `InCa` but
explicitly does _not_ invoke a conversion of the native return type. This
means it can be used to bind functions/methods with void or non-convertible
types, or to ignore return values which we don't _want_ to convert for some
reason.
* `Getter`: `Get()`, implementing the `v8::AccessorGetter` interface.
* `Setter`: `Set()`, implementing the `v8::AccessorSetter` interface.
* `Accessors`: as for `Getter` and `Setter` combined.
Reply all
Reply to author
Forward
0 new messages