svf-lib 1.0.1796 → 1.0.1797

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -444,6 +444,7 @@ const Argument* getConstructorThisPtr(const Function* fun);
444
444
  const Value* getVCallThisPtr(const CallBase* cs);
445
445
  const Value* getVCallVtblPtr(const CallBase* cs);
446
446
  s32_t getVCallIdx(const CallBase* cs);
447
+ bool classTyHasVTable(const StructType* ty);
447
448
  std::string getClassNameFromType(const StructType* ty);
448
449
  std::string getClassNameOfThisPtr(const CallBase* cs);
449
450
  std::string getFunNameOfVCallSite(const CallBase* cs);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1796",
3
+ "version": "1.0.1797",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {