Home
last modified time | relevance | path

Searched refs:CopyGlobal (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/handles/
Dglobal-handles.h54 static Handle<Object> CopyGlobal(Address* location);
Dglobal-handles.cc976 Handle<Object> GlobalHandles::CopyGlobal(Address* location) { in CopyGlobal() function in v8::internal::GlobalHandles
/external/v8/src/api/
Dapi.cc998 i::Handle<i::Object> result = i::GlobalHandles::CopyGlobal(from); in CopyGlobalReference()