Searched refs:native_app_entry (Results 1 – 2 of 2) sorted by relevance
24 static JSValue native_app_entry(JSContext *ctx, JSValueConst this_val, in native_app_entry() function109 QUICKJS_GLOBAL_FUNC("App", native_app_entry); in app_entry_register()
20 static duk_ret_t native_app_entry(duk_context *ctx) in native_app_entry() function132 duk_push_c_function(ctx, native_app_entry, 1); in app_entry_register()
Completed in 3 milliseconds