Lines Matching refs:V8_INLINE
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);
45 V8_INLINE void Set(bool value);
46 V8_INLINE void Set(double i);
47 V8_INLINE void Set(int32_t i);
48 V8_INLINE void Set(uint32_t i);
50 V8_INLINE void SetNull();
51 V8_INLINE void SetUndefined();
52 V8_INLINE void SetEmptyString();
54 V8_INLINE Isolate* GetIsolate() const;
58 V8_INLINE void Set(S* whatever);
63 V8_INLINE Local<Value> Get() const;
74 V8_INLINE void SetInternal(internal::Address value) { *value_ = value; }
75 V8_INLINE internal::Address GetDefaultValue();
76 V8_INLINE explicit ReturnValue(internal::Address* slot);
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;
133 V8_INLINE FunctionCallbackInfo(internal::Address* implicit_args,
150 V8_INLINE Isolate* GetIsolate() const;
157 V8_INLINE Local<Value> Data() const;
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;
247 V8_INLINE PropertyCallbackInfo(internal::Address* args) : args_(args) {}