Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/duktape_engine/addons/utils/kv/
A Dmodule_kv.c99 static duk_ret_t native_kv_removeStorage(duk_context *ctx) in native_kv_removeStorage() function
132 AMP_ADD_FUNCTION("removeStorageSync", native_kv_removeStorage, 1); in module_kv_register()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/kv/
A Dmodule_kv.c93 static JSValue native_kv_removeStorage(JSContext *ctx, JSValueConst this_val, in native_kv_removeStorage() function
124 JS_CFUNC_DEF("removeStorageSync", 1, native_kv_removeStorage),

Completed in 2 milliseconds