Home
last modified time | relevance | path

Searched refs:kIncludePrototypes (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dkeys.h29 kIncludePrototypes = enumerator
30 static_cast<int>(v8::KeyCollectionMode::kIncludePrototypes)
Dkeys.cc768 if (mode == KeyCollectionMode::kIncludePrototypes) { in CollectOwnPropertyNamesInternal()
820 if (mode == KeyCollectionMode::kIncludePrototypes) { in CommonCopyEnumKeysTo()
1111 if (mode_ == KeyCollectionMode::kIncludePrototypes) { in CollectOwnKeys()
/third_party/node/deps/v8/src/runtime/
Druntime-forin.cc30 KeyCollectionMode::kIncludePrototypes, in Enumerate()
/third_party/node/deps/v8/include/
Dv8-object.h216 enum class KeyCollectionMode { kOwnOnly, kIncludePrototypes }; enumerator
/third_party/node/src/
Djs_native_api_v8.cc1019 collection_mode = v8::KeyCollectionMode::kIncludePrototypes; in napi_get_all_property_names()
/third_party/node/deps/v8/src/api/
Dapi.cc4645 context, v8::KeyCollectionMode::kIncludePrototypes, in GetPropertyNames()