Lines Matching refs:exports
194 #define EXPORT_FUNC(env, exports, name, func) \
206 (exports), \
214 EXPORT_FUNC(env, exports, "callWithString", CallWithString);
215 EXPORT_FUNC(env, exports, "callWithLongString", CallWithString);
217 EXPORT_FUNC(env, exports, "callWithArray", CallWithArray);
218 EXPORT_FUNC(env, exports, "callWithLargeArray", CallWithArray);
219 EXPORT_FUNC(env, exports, "callWithHugeArray", CallWithArray);
221 EXPORT_FUNC(env, exports, "callWithNumber", CallWithNumber);
223 EXPORT_FUNC(env, exports, "callWithObject", CallWithObject);
224 EXPORT_FUNC(env, exports, "callWithTypedarray", CallWithTypedarray);
226 EXPORT_FUNC(env, exports, "callWith10Numbers", CallWithArguments);
227 EXPORT_FUNC(env, exports, "callWith100Numbers", CallWithArguments);
228 EXPORT_FUNC(env, exports, "callWith1000Numbers", CallWithArguments);
230 return exports;