Searched refs:SetSyntheticExport (Results 1 – 2 of 2) sorted by relevance
92 static void SetSyntheticExport(
682 void ModuleWrap::SetSyntheticExport(const FunctionCallbackInfo<Value>& args) { in SetSyntheticExport() function in node::loader::ModuleWrap745 env->SetProtoMethod(tpl, "setExport", SetSyntheticExport); in Initialize()