Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dashboard/dashboard/
Dlist_tests.py210 property_names = [
221 query_filters.append((property_names[index], part))
225 query_filters.append((property_names[index], ''))
/external/v8/src/runtime/
Druntime-interpreter.cc156 Object* property_names = Runtime_GetPropertyNamesFast( in RUNTIME_FUNCTION() local
159 return property_names; in RUNTIME_FUNCTION()
162 Handle<Object> cache_type(property_names, isolate); in RUNTIME_FUNCTION()
/external/v8/test/mjsunit/es6/
Dgenerators-iteration.js53 property_names = Object.getOwnPropertyNames(result);
54 property_names.sort();
55 assertEquals(["done", "value"], property_names);
/external/harfbuzz_ng/src/
Dgen-use-table.py67 property_names = [ variable
137 for name in property_names:
/external/v8/src/
Dd8.cc2202 Local<Array> property_names; in SerializeValue() local
2203 if (!object->GetOwnPropertyNames(context).ToLocal(&property_names)) { in SerializeValue()
2208 uint32_t length = property_names->Length(); in SerializeValue()
2214 if (property_names->Get(context, i).ToLocal(&name) && in SerializeValue()