Home
last modified time | relevance | path

Searched refs:kAllocationDisallowed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.cc907 if (allocation_policy == AllocationPolicy::kAllocationDisallowed) { in FetchValue()
929 if (allocation_policy == AllocationPolicy::kAllocationDisallowed && in FetchValue()
Djs-objects.h22 enum class AllocationPolicy { kAllocationAllowed, kAllocationDisallowed }; enumerator
Djs-objects.cc581 &it_to_string_tag, AllocationPolicy::kAllocationDisallowed); in GetConstructorHelper()
602 &it_constructor, AllocationPolicy::kAllocationDisallowed); in GetConstructorHelper()