svf-lib 1.0.2064 → 1.0.2066

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.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -53,6 +53,9 @@ struct DemangledName
53
53
 
54
54
  struct DemangledName demangle(const std::string& name);
55
55
 
56
+
57
+ Set<std::string> getClsNamesInBrackets(const std::string& name);
58
+
56
59
  std::string getBeforeBrackets(const std::string& name);
57
60
  std::string getClassNameFromVtblObj(const std::string& vtblName);
58
61
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2064",
3
+ "version": "1.0.2066",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {