mirror of
https://github.com/openharmony/ace_ace_engine.git
synced 2026-07-20 15:14:04 -04:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user