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