Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc98 copy = isolate->factory()->CopyJSObjectWithAllocationSite(object, in StructureWalk()
/external/v8/src/heap/
Dfactory.h497 Handle<JSObject> CopyJSObjectWithAllocationSite(Handle<JSObject> object,
Dfactory.cc1871 return CopyJSObjectWithAllocationSite(source, Handle<AllocationSite>()); in CopyJSObject()
1874 Handle<JSObject> Factory::CopyJSObjectWithAllocationSite( in CopyJSObjectWithAllocationSite() function in v8::internal::Factory