Home
last modified time | relevance | path

Searched refs:SetSyntheticExport (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dmodule_wrap.h92 static void SetSyntheticExport(
Dmodule_wrap.cc682 void ModuleWrap::SetSyntheticExport(const FunctionCallbackInfo<Value>& args) { in SetSyntheticExport() function in node::loader::ModuleWrap
745 env->SetProtoMethod(tpl, "setExport", SetSyntheticExport); in Initialize()