Lines Matching refs:value
79 // Any value less than 2 disables use of the secure heap.
97 errors->push_back("invalid value for --use-largepages");
134 "invalid value for --experimental-specifier-resolution");
148 errors->push_back("invalid value for --unhandled-rejections");
208 // We can't catch the case where the value passed is the default value,
226 // We can't catch the case where the value passed is the default value,
365 "set default value of verbatim in dns.lookup. Options are "
979 "'off' (the default value, meaning do not map), "
1117 Local<Value> value;
1127 value = Boolean::New(
1130 value = Undefined(isolate);
1134 value = Boolean::New(isolate,
1138 value = Number::New(
1143 value = Number::New(
1150 .ToLocal(&value)) {
1157 .ToLocal(&value)) {
1174 value = obj;
1180 CHECK(!value.IsEmpty());
1201 info->Set(context, env->value_string(), value).IsNothing() ||
1319 errors->push_back("invalid value for NODE_OPTIONS "
1342 errors->push_back("invalid value for NODE_OPTIONS "