mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
0.2.0
This commit is contained in:
@@ -51,9 +51,9 @@ extern "C"
|
||||
|
||||
DLLEXPORT JSValue *jsNewObject(JSContext *ctx);
|
||||
|
||||
DLLEXPORT void jsFreeValue(JSContext *ctx, JSValue *v);
|
||||
DLLEXPORT void jsFreeValue(JSContext *ctx, JSValue *v, int32_t free);
|
||||
|
||||
DLLEXPORT void jsFreeValueRT(JSRuntime *rt, JSValue *v);
|
||||
DLLEXPORT void jsFreeValueRT(JSRuntime *rt, JSValue *v, int32_t free);
|
||||
|
||||
DLLEXPORT JSValue *jsDupValue(JSContext *ctx, JSValueConst *v);
|
||||
|
||||
@@ -73,6 +73,8 @@ extern "C"
|
||||
|
||||
DLLEXPORT int32_t jsIsFunction(JSContext *ctx, JSValueConst *val);
|
||||
|
||||
DLLEXPORT int32_t jsIsPromise(JSContext *ctx, JSValueConst *val);
|
||||
|
||||
DLLEXPORT int32_t jsIsArray(JSContext *ctx, JSValueConst *val);
|
||||
|
||||
DLLEXPORT JSValue *jsGetProperty(JSContext *ctx, JSValueConst *this_obj,
|
||||
|
Reference in New Issue
Block a user