Searched defs:_module (Results 1 – 11 of 11) sorted by relevance
39 process.binding = function binding(_module) { argument42 process._linkedBinding = function _linkedBinding(_module) { argument
67 VkShaderModule _module, in vk_common_GetShaderModuleIdentifierEXT()87 VkShaderModule _module, in vk_common_DestroyShaderModule()
5 const _module = require('module'); // Avoid collision with global.module constant
26 const _module = require('module'); constant
81 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
34 HMODULE _module; variable
77 static struct PyModuleDef _module = {PyModuleDef_HEAD_INIT, variable
83 private _module: MediaQueryModule; property in MediaQueryApi
691 PipelineCreateInfo::PipelineShaderStage::PipelineShaderStage (vk::VkShaderModule _module, const cha… in PipelineShaderStage()
736 JSVM_Value _module = v8impl::JsValueFromV8LocalValue(module); in jsvm_module_register_by_symbol() local