Skip to content

Commit

Permalink
[js] Comment in serialization/deserialization hooks that do nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Dec 22, 2016
1 parent 19dd959 commit 55697fa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/vm/js/perl6-runtime/runtime.js
Expand Up @@ -219,12 +219,15 @@ RakudoScalar.prototype.setupSTable = function() {
});
};




RakudoScalar.prototype.serialize = function(cursor) {
console.log('// serializing rakudo_scalar');
/* No data to serialize. */
};

RakudoScalar.prototype.deserialize = function(cursor) {
console.log('// deserializing rakudo_scalar');
/* No data to deserialize. */
};

RakudoScalar.prototype.name = 'rakudo_scalar';
Expand Down

0 comments on commit 55697fa

Please sign in to comment.