Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing nqp.named, fix indentation.
  • Loading branch information
pmurias committed Aug 14, 2014
1 parent b4fd015 commit 34c8c0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/vm/js/nqp-runtime/runtime.js
Expand Up @@ -19,7 +19,11 @@ exports.to_str = function(arg) {
}
};

exports.named = function(named) {
return named;
}

// Placeholder
exports.top_context = function() {
return null;
return null;
}

0 comments on commit 34c8c0a

Please sign in to comment.