Lines Matching defs:binding
35 // A list of built-in bindings. In order to do binding registration
37 // Then in binding::RegisterBuiltinBindings(), it calls bindings' registration
106 // binding::RegisterBuiltinBindings(). This is only forward declaration.
107 // The definitions are in each binding's implementation when calling
282 namespace binding {
654 // Legacy feature: process.binding('natives').config contains stringified
662 return THROW_ERR_INVALID_MODULE(isolate, "No such binding: %s", *module_v);
680 // a linked binding defined locally rather than through the global list.
693 env, "No such binding was linked: %s", *module_name_v);
709 env, "Linked binding has no declared entry point.");
719 // do binding registration explicitly.
731 } // namespace binding
734 NODE_BINDING_EXTERNAL_REFERENCE(binding,
735 node::binding::RegisterExternalReferences)