static bool hasVmId(JSContext context) { final JSObject global = context.globalObject; return global.hasProperty('_flutter_js_jsvm_inject_vm_id'); }