Home
last modified time | relevance | path

Searched refs:propertyNames (Results 1 - 11 of 11) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DGeneratedClrTypeInfo.cs91 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, Extension[] extensions, GeneratedClrTypeInfo[] nestedTypes) in GeneratedClrTypeInfo() argument
98 PropertyNames = propertyNames ?? EmptyNames; in GeneratedClrTypeInfo()
107 public GeneratedClrTypeInfo(Type clrType, MessageParser parser, string[] propertyNames, string[] oneofNames, Type[] nestedEnums, GeneratedClrTypeInfo[] nestedTypes) in GeneratedClrTypeInfo() argument
108 : this(clrType, parser, propertyNames, oneofNames, nestedEnums, null, nestedTypes) in GeneratedClrTypeInfo()
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/
H A Dtype.tentative.any.js62 const propertyNames = Object.getOwnPropertyNames(myglobal.type());
63 assert_equals(propertyNames[0], "mutable");
64 assert_equals(propertyNames[1], "value");
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Ddb.js23 const propertyNames = new Set([
303 if (propertyNames.has(path.node.name) &&
384 !propertyNames.has(path.node.left.property.value)) {
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc62 v8::Local<v8::Array> propertyNames; in objectToProtocolValue() local
63 if (!object->GetOwnPropertyNames(context).ToLocal(&propertyNames)) in objectToProtocolValue()
65 uint32_t length = propertyNames->Length(); in objectToProtocolValue()
68 if (!propertyNames->Get(context, i).ToLocal(&name)) in objectToProtocolValue()
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 188 milliseconds