Lines Matching defs:const

34   V8_INLINE ReturnValue(const ReturnValue<S>& that) : value_(that.value_) {
39 V8_INLINE void Set(const Global<S>& handle);
41 V8_INLINE void Set(const BasicTracedReference<S>& handle);
43 V8_INLINE void Set(const Local<S> handle);
54 V8_INLINE Isolate* GetIsolate() const;
63 V8_INLINE Local<Value> Get() const;
90 V8_INLINE int Length() const;
95 V8_INLINE Local<Value> operator[](int i) const;
97 V8_INLINE Local<Object> This() const;
108 V8_INLINE Local<Object> Holder() const;
110 V8_INLINE Local<Value> NewTarget() const;
112 V8_INLINE bool IsConstructCall() const;
114 V8_INLINE Local<Value> Data() const;
116 V8_INLINE Isolate* GetIsolate() const;
118 V8_INLINE ReturnValue<T> GetReturnValue() const;
120 static const int kArgsLength = 6;
126 static const int kHolderIndex = 0;
127 static const int kIsolateIndex = 1;
128 static const int kReturnValueDefaultValueIndex = 2;
129 static const int kReturnValueIndex = 3;
130 static const int kDataIndex = 4;
131 static const int kNewTargetIndex = 5;
150 V8_INLINE Isolate* GetIsolate() const;
157 V8_INLINE Local<Value> Data() const;
167 * const v8::PropertyCallbackInfo<v8::Value>& info) {
200 V8_INLINE Local<Object> This() const;
211 V8_INLINE Local<Object> Holder() const;
221 V8_INLINE ReturnValue<T> GetReturnValue() const;
230 V8_INLINE bool ShouldThrowOnError() const;
233 static const int kArgsLength = 7;
239 static const int kShouldThrowOnErrorIndex = 0;
240 static const int kHolderIndex = 1;
241 static const int kIsolateIndex = 2;
242 static const int kReturnValueDefaultValueIndex = 3;
243 static const int kReturnValueIndex = 4;
244 static const int kDataIndex = 5;
245 static const int kThisIndex = 6;
251 using FunctionCallback = void (*)(const FunctionCallbackInfo<Value>& info);
260 void ReturnValue<T>::Set(const Global<S>& handle) {
271 void ReturnValue<T>::Set(const BasicTracedReference<S>& handle) {
282 void ReturnValue<T>::Set(const Local<S> handle) {
356 Isolate* ReturnValue<T>::GetIsolate() const {
362 Local<Value> ReturnValue<T>::Get() const {
388 Local<Value> FunctionCallbackInfo<T>::operator[](int i) const {
395 Local<Object> FunctionCallbackInfo<T>::This() const {
401 Local<Object> FunctionCallbackInfo<T>::Holder() const {
407 Local<Value> FunctionCallbackInfo<T>::NewTarget() const {
413 Local<Value> FunctionCallbackInfo<T>::Data() const {
418 Isolate* FunctionCallbackInfo<T>::GetIsolate() const {
423 ReturnValue<T> FunctionCallbackInfo<T>::GetReturnValue() const {
428 bool FunctionCallbackInfo<T>::IsConstructCall() const {
433 int FunctionCallbackInfo<T>::Length() const {
438 Isolate* PropertyCallbackInfo<T>::GetIsolate() const {
443 Local<Value> PropertyCallbackInfo<T>::Data() const {
448 Local<Object> PropertyCallbackInfo<T>::This() const {
453 Local<Object> PropertyCallbackInfo<T>::Holder() const {
458 ReturnValue<T> PropertyCallbackInfo<T>::GetReturnValue() const {
463 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const {