Searched refs:CopyJSObjectWithAllocationSite (Results 1 – 3 of 3) sorted by relevance
96 copy = isolate->factory()->CopyJSObjectWithAllocationSite(object, in StructureWalk()
467 Handle<JSObject> CopyJSObjectWithAllocationSite(Handle<JSObject> object,
1908 return CopyJSObjectWithAllocationSite(source, Handle<AllocationSite>()); in CopyJSObject()1911 Handle<JSObject> Factory::CopyJSObjectWithAllocationSite( in CopyJSObjectWithAllocationSite() function in v8::internal::Factory