Lines Matching refs:target
388 void Initialize(Local<Object> target,
393 SetMethod(context, target, "getHostname", GetHostname);
394 SetMethod(context, target, "getLoadAvg", GetLoadAvg);
395 SetMethod(context, target, "getUptime", GetUptime);
396 SetMethod(context, target, "getTotalMem", GetTotalMemory);
397 SetMethod(context, target, "getFreeMem", GetFreeMemory);
398 SetMethod(context, target, "getCPUs", GetCPUInfo);
399 SetMethod(context, target, "getInterfaceAddresses", GetInterfaceAddresses);
400 SetMethod(context, target, "getHomeDirectory", GetHomeDirectory);
401 SetMethod(context, target, "getUserInfo", GetUserInfo);
402 SetMethod(context, target, "setPriority", SetPriority);
403 SetMethod(context, target, "getPriority", GetPriority);
405 context, target, "getAvailableParallelism", GetAvailableParallelism);
406 SetMethod(context, target, "getOSInformation", GetOSInformation);
407 target