Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h9924 static void DisposeGlobal(internal::Address* global_handle);
10934 V8::DisposeGlobal(reinterpret_cast<internal::Address*>(this->val_)); in Reset()
/external/v8/src/api/
Dapi.cc1034 void V8::DisposeGlobal(i::Address* location) { in DisposeGlobal() function in v8::V8