Searched refs:property_names (Results 1 – 2 of 2) sorted by relevance
67 property_names = [ variable137 for name in property_names:
2580 Local<Array> property_names; in SerializeValue() local2581 if (!object->GetOwnPropertyNames(context).ToLocal(&property_names)) { in SerializeValue()2586 uint32_t length = property_names->Length(); in SerializeValue()2592 if (property_names->Get(context, i).ToLocal(&name) && in SerializeValue()