Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-literals.cc96 copy = isolate->factory()->CopyJSObjectWithAllocationSite(object, in StructureWalk()
/third_party/node/deps/v8/src/heap/
Dfactory.h467 Handle<JSObject> CopyJSObjectWithAllocationSite(Handle<JSObject> object,
Dfactory.cc1908 return CopyJSObjectWithAllocationSite(source, Handle<AllocationSite>()); in CopyJSObject()
1911 Handle<JSObject> Factory::CopyJSObjectWithAllocationSite( in CopyJSObjectWithAllocationSite() function in v8::internal::Factory