Displaying 1 result from an estimated 1 matches for "function_n".
Did you mean:
function_b
2012 Apr 27
4
GSoC xapian node binding
...o Javascript to follow the Xapian style. So if this text
>> is intended to be a docs draft, switch to the latter.
>>
>> Argument names: to indicate expected type in docs, prefix with the V8
>> type names & underscore:
>> string_n object_n array_n int32_n uint32_n function_n external_n
>> boolean_n
>>
>> Similarly with result objects: { name:v8type }
>>
>> (I generally use iArg, oArg, ioArg to indicate whether the arg is input,
>> output, or both, but since JS functions get a single Arguments object, I
>> abandoned that in this...