Lines Matching defs:const
34 Local<Value> Name() const;
105 Local<Value> value() const;
106 bool has_value() const;
108 Local<Value> get() const;
109 bool has_get() const;
110 Local<Value> set() const;
111 bool has_set() const;
114 bool enumerable() const;
115 bool has_enumerable() const;
118 bool configurable() const;
119 bool has_configurable() const;
121 bool writable() const;
122 bool has_writable() const;
125 PrivateData* get_private() const { return private_; }
127 PropertyDescriptor(const PropertyDescriptor&) = delete;
128 void operator=(const PropertyDescriptor&) = delete;
154 void (*)(Local<String> property, const PropertyCallbackInfo<Value>& info);
156 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
160 const PropertyCallbackInfo<void>& info);
163 const PropertyCallbackInfo<void>& info);
490 int InternalFieldCount() const;
494 const PersistentBase<Object>& object) {
500 const BasicTracedReference<Object>& object) {
519 const PersistentBase<Object>& object, int index) {
526 const BasicTracedReference<Object>& object, int index) {
602 bool HasNamedLookupInterceptor() const;
605 bool HasIndexedLookupInterceptor() const;
635 const PersistentBase<Object>& object) {
657 bool IsCallable() const;
662 bool IsConstructor() const;
671 bool IsApiWrapper() const;
678 bool IsUndetectable() const;
702 V8_INLINE static Isolate* GetIsolate(const TracedReference<Object>& handle) {
741 bool IsCodeLike(Isolate* isolate) const;