MCPcopy Create free account
hub / github.com/9miao/CrossApp / int32_to_jsval

Function int32_to_jsval

scripting/javascript/bindings/ScriptingCore.cpp:1571–1574  ·  view source on GitHub ↗

From native type to jsval

Source from the content-addressed store, hash-verified

1569
1570// From native type to jsval
1571jsval int32_to_jsval( JSContext *cx, int32_t number )
1572{
1573 return INT_TO_JSVAL(number);
1574}
1575
1576jsval uint32_to_jsval( JSContext *cx, uint32_t number )
1577{

Calls 1

INT_TO_JSVALFunction · 0.50

Tested by

no test coverage detected