Searched refs:js_type (Results 1 – 2 of 2) sorted by relevance
890 Local<Value> js_type = in ParseStdioOption() local893 if (js_type->StrictEquals(env()->ignore_string())) { in ParseStdioOption()896 } else if (js_type->StrictEquals(env()->pipe_string())) { in ParseStdioOption()925 } else if (js_type->StrictEquals(env()->inherit_string()) || in ParseStdioOption()926 js_type->StrictEquals(env()->fd_string())) { in ParseStdioOption()
868 * Added support of field option js_type. Now one can specify the JS type of a