Lines Matching refs:str
203 MaybeLocal<String> str = String::NewFromUtf8(isolate, items[i].name);
204 if (str.IsEmpty()) {
208 env_v[env_v_index++] = str.ToLocalChecked();
238 Utf8Value str(isolate, key);
239 Maybe<std::string> value = Get(*str);
262 Utf8Value str(isolate, key);
263 return Query(*str);
268 Utf8Value str(isolate, key);
269 map_.erase(std::string(*str, str.length()));