Sha256: 2fd505e00dd4fd53413edef1fed2876e48376684afbce115153bf989cf455790

Contents?: true

Size: 474 Bytes

Versions: 48

Compression:

Stored size: 474 Bytes

Contents

Short list of types that a receiver should handle:

type           		expected method
-------------------------------
<null>         		pushNull
boolean        		pushBool
int64          		pushInt (overloaded on 64-bit int)
double         		pushDouble
const std::string&	pushString
???					pushUndefined

int32          		pushInt (overloaded on 32-bit int)

for lack of any better ideas have these functions return true on
success and false on error

--
should add more later.

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
therubyracer-0.4.7 docs/data_conversion.txt
therubyracer-0.4.6 docs/data_conversion.txt
therubyracer-0.4.5 docs/data_conversion.txt
therubyracer-0.4.4 docs/data_conversion.txt
therubyracer-0.4.3 docs/data_conversion.txt
therubyracer-0.4.2 docs/data_conversion.txt
therubyracer-0.4.1 docs/data_conversion.txt
therubyracer-0.4.0 docs/data_conversion.txt