Commit 603eedc7 authored by yann300's avatar yann300

add <not implemented> to mapping

parent abc5a479
...@@ -9,6 +9,14 @@ class Mapping extends RefType { ...@@ -9,6 +9,14 @@ class Mapping extends RefType {
decodeValue (value) { decodeValue (value) {
return '<not implemented>' return '<not implemented>'
} }
decodeFromStorage (location, storageContent) {
return '<not implemented>'
}
decodeFromMemoryInternal (offset, memory) {
return '<not implemented>'
}
} }
module.exports = Mapping module.exports = Mapping
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment