Home
last modified time | relevance | path

Searched refs:property_names (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-use-table.py67 property_names = [ variable
137 for name in property_names:
/external/v8/src/
Dd8.cc2580 Local<Array> property_names; in SerializeValue() local
2581 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()