Home | History | Annotate | Download | only in extensions

Lines Matching refs:binding

5 // Custom binding for the Identity API.
7 var binding = require('binding').Binding.create('identity');
9 binding.registerCustomHook(function(binding, id, contextType) {
10 var apiFunctions = binding.apiFunctions;
11 var identity = binding.compiledApi;
24 exports.binding = binding.generate();