Changes between Version 9 and Version 10 of Library_IR
- Timestamp:
- 12/11/15 13:10:10 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Library_IR
v9 v10 56 56 * `fun[lib="pointer"] $set_leaf_nodes(obj: Pointer, value: Integer)` 57 57 * sets leaf nodes with the given value 58 * `fun[lib="pointer"] $is_identity_ref( obj: Pointer)`59 * checks if the given pointer is pointing to a variable 58 * `fun[lib="pointer"] $is_identity_ref(ptr: Pointer): Bool` 59 * checks if the given pointer is pointing to a variable, i.e., the pointer is NOT pointing to a sub-component of a variable 60 60 * `fun[lib="pointer"] $leaf_nodes_equal_to(obj: Pointer, value: Integer)` 61 61 * checks if the leaf nodes of the given object are equal to the given integer value
