svf-lib 1.0.2007 → 1.0.2009

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
@@ -96,10 +96,8 @@ public:
96
96
 
97
97
 
98
98
  /// Init ObjVar
99
- void initObjVar(AbstractState& es, const ObjVar *objVar, u32_t varId);
99
+ void initObjVar(AbstractState& as, const ObjVar* var);
100
100
 
101
- /// Init SVFVar
102
- void initSVFVar(AbstractState& es, u32_t varId);
103
101
 
104
102
  inline AbstractValue &getAddrs(AbstractState& es, u32_t id)
105
103
  {
Binary file
Binary file
@@ -96,10 +96,8 @@ public:
96
96
 
97
97
 
98
98
  /// Init ObjVar
99
- void initObjVar(AbstractState& es, const ObjVar *objVar, u32_t varId);
99
+ void initObjVar(AbstractState& as, const ObjVar* var);
100
100
 
101
- /// Init SVFVar
102
- void initSVFVar(AbstractState& es, u32_t varId);
103
101
 
104
102
  inline AbstractValue &getAddrs(AbstractState& es, u32_t id)
105
103
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2007",
3
+ "version": "1.0.2009",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {