Home
last modified time | relevance | path

Searched refs:native_adder (Results 1 – 2 of 2) sorted by relevance

/dports/lang/duktape-lib/duktape-2.6.0/examples/hello/
H A Dhello.c15 static duk_ret_t native_adder(duk_context *ctx) { in native_adder() function
35 duk_push_c_function(ctx, native_adder, DUK_VARARGS); in main()
/dports/lang/duktape/duktape-2.6.0/examples/hello/
H A Dhello.c15 static duk_ret_t native_adder(duk_context *ctx) { in native_adder() function
35 duk_push_c_function(ctx, native_adder, DUK_VARARGS); in main()