Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h2486 static bool IsGlobalWeak(internal::Object** global_handle);
3006 return V8::IsGlobalWeak(reinterpret_cast<internal::Object**>(**this));
/external/v8/src/
Dapi.cc432 bool V8::IsGlobalWeak(i::Object** obj) { in IsGlobalWeak() function in v8::V8