Lines Matching defs:const
36 Local<Value> Name() const;
107 Local<Value> value() const;
108 bool has_value() const;
110 Local<Value> get() const;
111 bool has_get() const;
112 Local<Value> set() const;
113 bool has_set() const;
116 bool enumerable() const;
117 bool has_enumerable() const;
120 bool configurable() const;
121 bool has_configurable() const;
123 bool writable() const;
124 bool has_writable() const;
127 PrivateData* get_private() const { return private_; }
129 PropertyDescriptor(const PropertyDescriptor&) = delete;
130 void operator=(const PropertyDescriptor&) = delete;
156 void (*)(Local<String> property, const PropertyCallbackInfo<Value>& info);
158 void (*)(Local<Name> property, const PropertyCallbackInfo<Value>& info);
162 const PropertyCallbackInfo<void>& info);
165 const PropertyCallbackInfo<void>& info);
465 int InternalFieldCount() const;
469 const PersistentBase<Object>& object) {
475 const BasicTracedReference<Object>& object) {
509 const PersistentBase<Object>& object, int index) {
515 const BasicTracedReference<Object>& object, int index) {
590 bool HasNamedLookupInterceptor() const;
593 bool HasIndexedLookupInterceptor() const;
625 "Use MaybeLocal<Context> GetCreationContext(const "
627 static Local<Context> CreationContext(const PersistentBase<Object>& object);
629 const PersistentBase<Object>& object) {
638 bool IsCallable() const;
643 bool IsConstructor() const;
652 bool IsApiWrapper() const;
659 bool IsUndetectable() const;
718 bool IsCodeLike(Isolate* isolate) const;