Searched refs:GetSharedPtrPtr (Results 1 – 1 of 1) sorted by relevance
55 V8_INLINE CppType* raw() { return GetSharedPtrPtr()->get(); } in raw()58 V8_INLINE const std::shared_ptr<CppType>& get() { return *GetSharedPtrPtr(); } in get()90 std::shared_ptr<CppType>* GetSharedPtrPtr() { in GetSharedPtrPtr() function