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

@@ -738,6 +738,7 @@ JS_BOOL JS_SetConstructorBit(JSContext *ctx, JSValueConst func_obj, JS_BOOL val)
JSValue JS_NewArray(JSContext *ctx);
int JS_IsArray(JSContext *ctx, JSValueConst val);
int JS_IsMap(JSContext *ctx, JSValueConst val);
JSValue JS_NewDate(JSContext *ctx, double epoch_ms);