mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-12-03 13:06:04 +00:00
commit
9216b8d8b7
@ -1981,14 +1981,14 @@ JSValue JsHandleModule(std::string moduleName, std::string methodName, JSContext
|
||||
[](JSContext* ctx, JSValueConst value, JSValueConst* argv, const std::string& methodName) {
|
||||
return JsHandleAnimationFrame(ctx, argv[1], methodName);
|
||||
} },
|
||||
{ "ohos.animator",
|
||||
[](JSContext* ctx, JSValueConst value, JSValueConst* argv, const std::string& methodName) {
|
||||
return JsHandleAnimator(ctx, argv[1], methodName);
|
||||
} },
|
||||
{ "internal.jsResult",
|
||||
[](JSContext* ctx, JSValueConst value, JSValueConst* argv, const std::string& methodName) {
|
||||
return JsHandleCallback(ctx, argv[1], methodName);
|
||||
} },
|
||||
{ "ohos.animator",
|
||||
[](JSContext* ctx, JSValueConst value, JSValueConst* argv, const std::string& methodName) {
|
||||
return JsHandleAnimator(ctx, argv[1], methodName);
|
||||
} },
|
||||
{ "system.app",
|
||||
[](JSContext* ctx, JSValueConst value, JSValueConst* argv, const std::string& methodName) {
|
||||
return JsHandleAppApi(ctx, argv[1], methodName);
|
||||
|
Loading…
Reference in New Issue
Block a user