Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h7536 static void DisposeGlobal(internal::Object** global_handle);
8567 V8::DisposeGlobal(reinterpret_cast<internal::Object**>(this->val_));
/external/v8/src/
Dapi.cc864 void V8::DisposeGlobal(i::Object** location) { in DisposeGlobal() function in v8::V8