feat:Android debugging fix issue
This commit is contained in:
4
doric-web/dist/index.js
vendored
4
doric-web/dist/index.js
vendored
@@ -1327,6 +1327,9 @@ var doric = (function (exports) {
|
||||
}
|
||||
const gContexts = new Map;
|
||||
const gModules = new Map;
|
||||
function allContexts() {
|
||||
return gContexts.values();
|
||||
}
|
||||
function jsObtainContext(id) {
|
||||
if (gContexts.has(id)) {
|
||||
const context = gContexts.get(id);
|
||||
@@ -1528,6 +1531,7 @@ var doric = (function (exports) {
|
||||
|
||||
exports.Context = Context;
|
||||
exports.__require__ = __require__;
|
||||
exports.allContexts = allContexts;
|
||||
exports.jsCallEntityMethod = jsCallEntityMethod;
|
||||
exports.jsCallReject = jsCallReject;
|
||||
exports.jsCallResolve = jsCallResolve;
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user