Add remote.createFunctionWithReturnValue API.
This commit is contained in:
parent
d88676bf65
commit
c86acc4cd7
5 changed files with 33 additions and 3 deletions
3
spec/fixtures/module/print_name.js
vendored
Normal file
3
spec/fixtures/module/print_name.js
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
exports.print = function(obj) {
|
||||
return obj.constructor.name;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue