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