Searched refs:CopyGlobal (Results 1 – 3 of 3) sorted by relevance
120 static Handle<Object> CopyGlobal(Object** location);
591 Handle<Object> GlobalHandles::CopyGlobal(Object** location) { in CopyGlobal() function in v8::internal::GlobalHandles
581 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(obj); in CopyPersistent()