Lines Matching defs:const
35 const char* label);
57 V8_INLINE Local<T> Get(Isolate* isolate) const {
104 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
111 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
113 V8_INLINE Local<T> Get(Isolate* isolate) const {
118 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
123 V8_INLINE bool operator==(const Local<S>& that) const {
128 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
133 V8_INLINE bool operator!=(const Local<S>& that) const {
173 V8_INLINE void AnnotateStrongRetainer(const char* label);
176 V8_INLINE bool IsWeak() const;
187 V8_INLINE uint16_t WrapperClassId() const;
189 PersistentBase(const PersistentBase& other) = delete;
190 void operator=(const PersistentBase&) = delete;
230 static const bool kResetInDestructor = false;
232 V8_INLINE static void Copy(const Persistent<S, M>& source,
246 static const bool kResetInDestructor = true;
248 static V8_INLINE void Copy(const Persistent<S, M>& source,
288 V8_INLINE Persistent(Isolate* isolate, const Persistent<S, M2>& that)
300 V8_INLINE Persistent(const Persistent& that) : PersistentBase<T>() {
304 V8_INLINE Persistent(const Persistent<S, M2>& that) : PersistentBase<T>() {
307 V8_INLINE Persistent& operator=(const Persistent& that) {
312 V8_INLINE Persistent& operator=(const Persistent<S, M2>& that) {
328 V8_INLINE static Persistent<T, M>& Cast(const Persistent<S, M2>& that) {
340 V8_INLINE Persistent<S, M2>& As() const {
355 V8_INLINE void Copy(const Persistent<S, M2>& that);
389 V8_INLINE Global(Isolate* isolate, const PersistentBase<S>& that)
418 Global(const Global&) = delete;
419 void operator=(const Global&) = delete;
450 void Persistent<T, M>::Copy(const Persistent<S, M2>& that) {
459 bool PersistentBase<T>::IsWeak() const {
478 void PersistentBase<T>::Reset(Isolate* isolate, const Local<S>& other) {
492 const PersistentBase<S>& other) {
528 void PersistentBase<T>::AnnotateStrongRetainer(const char* label) {
541 uint16_t PersistentBase<T>::WrapperClassId() const {