Lines Matching defs:const

35                                       const char* label);
55 V8_INLINE Local<T> Get(Isolate* isolate) const {
61 V8_INLINE bool IsEmpty() const { return val_ == nullptr; }
107 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
114 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
116 V8_INLINE bool IsEmpty() const { return val_ == nullptr; }
119 V8_INLINE Local<T> Get(Isolate* isolate) const {
124 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
133 V8_INLINE bool operator==(const Local<S>& that) const {
142 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
147 V8_INLINE bool operator!=(const Local<S>& that) const {
189 V8_INLINE void AnnotateStrongRetainer(const char* label);
192 V8_INLINE bool IsWeak() const;
203 V8_INLINE uint16_t WrapperClassId() const;
205 PersistentBase(const PersistentBase& other) = delete;
206 void operator=(const PersistentBase&) = delete;
243 static const bool kResetInDestructor = false;
245 V8_INLINE static void Copy(const Persistent<S, M>& source,
259 static const bool kResetInDestructor = true;
261 static V8_INLINE void Copy(const Persistent<S, M>& source,
298 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that)
308 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>(nullptr) {
312 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>(0) {
315 V8_INLINE Persistent& operator=(const Persistent& that) {
320 V8_INLINE Persistent& operator=(const Persistent<S, M2>& that) {
335 V8_INLINE static Persistent<T>& Cast(const Persistent<S>& that) {
346 V8_INLINE Persistent<S>& As() const {
361 V8_INLINE T* operator*() const { return this->val_; }
363 V8_INLINE void Copy(const Persistent<S, M2>& that);
396 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that)
424 Global(const Global&) = delete;
425 void operator=(const Global&) = delete;
430 V8_INLINE T* operator*() const { return this->val_; }
457 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) {
467 bool PersistentBase<T>::IsWeak() const {
487 void PersistentBase<T>::Reset(Isolate* isolate, const Local<S>& other) {
501 const PersistentBase<S>& other) {
538 void PersistentBase<T>::AnnotateStrongRetainer(const char* label) {
553 uint16_t PersistentBase<T>::WrapperClassId() const {