Home
last modified time | relevance | path

Searched refs:property_names (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dlength-property.js92 var property_names = Object.getOwnPropertyNames(obj);
93 for (var name of property_names) {
/third_party/rust/crates/regex/regex-syntax/src/unicode_tables/
H A Dmod.rs35 pub mod property_names; modules
/third_party/node/deps/v8/src/inspector/
H A Dv8-webdriver-serializer.cc225 v8::Local<v8::Array> property_names; in _serializeObjectValue() local
226 if (!value->GetOwnPropertyNames(context).ToLocal(&property_names)) in _serializeObjectValue()
228 uint32_t length = property_names->Length(); in _serializeObjectValue()
234 if (!property_names->Get(context, i).ToLocal(&key_value)) in _serializeObjectValue()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-use-table.py119 property_names = [ variable
206 for name in property_names:

Completed in 4 milliseconds