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