convert js Map to dart Map

This commit is contained in:
wgh19
2024-05-03 11:53:16 +08:00
parent 2c7d60cc1c
commit 022ab462c6
9 changed files with 71 additions and 8 deletions

View File

@@ -97,6 +97,8 @@ extern "C"
DLLEXPORT int32_t jsIsArray(JSContext *ctx, JSValueConst *val);
DLLEXPORT int32_t jsIsMap(JSContext *ctx, JSValueConst *val);
DLLEXPORT int32_t jsIsError(JSContext *ctx, JSValueConst *val);
DLLEXPORT JSValue *jsNewError(JSContext *ctx);