mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
v0.3.0
This commit is contained in:
@@ -141,11 +141,6 @@ extern "C"
|
||||
return new JSValue(JS_NewCFunctionData(ctx, js_channel, 0, 0, 1, funcData));
|
||||
}
|
||||
|
||||
DLLEXPORT JSValue *jsGetGlobalObject(JSContext *ctx)
|
||||
{
|
||||
return new JSValue(JS_GetGlobalObject(ctx));
|
||||
}
|
||||
|
||||
DLLEXPORT JSContext *jsNewContext(JSRuntime *rt)
|
||||
{
|
||||
JSContext *ctx = JS_NewContext(rt);
|
||||
|
Reference in New Issue
Block a user