Lines Matching refs:IsNothing
137 obj->Set(context, name_string, value).IsNothing() ||
141 .IsNothing() ||
146 .IsNothing() ||
147 obj->Set(context, edges_string, Array::New(isolate_)).IsNothing()) {
150 if (nodes->Set(context, i++, obj).IsNothing())
154 if (obj->Set(context, value_string, value).IsNothing())
165 if (from->Set(context, wraps_string, to).IsNothing())
192 if (edge_obj->Set(context, name_string, edge_name_value).IsNothing() ||
193 edge_obj->Set(context, to_string, to_object).IsNothing() ||
194 edges.As<Array>()->Set(context, i++, edge_obj).IsNothing()) {
432 if (WriteSnapshot(env, *name).IsNothing())
442 if (WriteSnapshot(env, *path).IsNothing())