DescriptionConversion of any, NodeFilter and XPathNSResolver arguments is trivial
The 'any' type is converted to by constructing a ScriptValue object, which
simply wraps the v8::Value.
The 'NodeFilter' and 'XPathNSResolver' types are converted to by wrapping
the v8::Value in custom objects, with "soft" type checks (null is returned
on failure.)
BUG=413257
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182612
Patch Set 1 #
Messages
Total messages: 9 (2 generated)
|