Searched refs:propertyNames (Results 1 - 11 of 11) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | GeneratedClrTypeInfo.cs | 91 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 D | type.tentative.any.js | 62 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 D | db.js | 23 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 D | value-mirror.cc | 62 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 D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 188 milliseconds