Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h9925 static void DisposeTracedGlobal(internal::Address* global_handle);
11053 V8::DisposeTracedGlobal(reinterpret_cast<internal::Address*>(val_)); in Reset()
/external/v8/src/api/
Dapi.cc1038 void V8::DisposeTracedGlobal(internal::Address* location) { in DisposeTracedGlobal() function in v8::V8