Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.cc1989 Handle<Object> copied_properties; in CopyJSObjectWithAllocationSite() local
1991 copied_properties = SwissNameDictionary::ShallowCopy( in CopyJSObjectWithAllocationSite()
1994 copied_properties = in CopyJSObjectWithAllocationSite()
1997 clone->set_raw_properties_or_hash(*copied_properties, kRelaxedStore); in CopyJSObjectWithAllocationSite()