Searched refs:IsGlobalWeak (Results 1 – 2 of 2) sorted by relevance
2486 static bool IsGlobalWeak(internal::Object** global_handle);3006 return V8::IsGlobalWeak(reinterpret_cast<internal::Object**>(**this));
432 bool V8::IsGlobalWeak(i::Object** obj) { in IsGlobalWeak() function in v8::V8