Searched refs:GetSharedPtrPtr (Results 1 – 1 of 1) sorted by relevance
51 V8_INLINE CppType* raw() { return GetSharedPtrPtr()->get(); } in raw()54 V8_INLINE std::shared_ptr<CppType> get() { return *GetSharedPtrPtr(); } in get()111 std::shared_ptr<CppType>* GetSharedPtrPtr() { in GetSharedPtrPtr() function