Home
last modified time | relevance | path

Searched refs:CopyGlobalReference (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h9923 static internal::Address* CopyGlobalReference(internal::Address* from);
10918 this->val_ = reinterpret_cast<T*>(V8::CopyGlobalReference(p)); in Copy()
/external/v8/src/api/
Dapi.cc997 i::Address* V8::CopyGlobalReference(i::Address* from) { in CopyGlobalReference() function in v8::V8