Lines Matching refs:V8_INLINE

35   V8_INLINE ReturnValue(const ReturnValue<S>& that) : value_(that.value_) {
40 V8_INLINE void Set(const Global<S>& handle);
42 V8_INLINE void Set(const BasicTracedReference<S>& handle);
44 V8_INLINE void Set(const Local<S> handle);
46 V8_INLINE void Set(bool value);
47 V8_INLINE void Set(double i);
48 V8_INLINE void Set(int32_t i);
49 V8_INLINE void Set(uint32_t i);
51 V8_INLINE void SetNull();
52 V8_INLINE void SetUndefined();
53 V8_INLINE void SetEmptyString();
55 V8_INLINE Isolate* GetIsolate() const;
59 V8_INLINE void Set(S* whatever);
64 V8_INLINE Local<Value> Get() const;
75 V8_INLINE void SetInternal(internal::Address value) { *value_ = value; }
76 V8_INLINE internal::Address GetDefaultValue();
77 V8_INLINE explicit ReturnValue(internal::Address* slot);
95 V8_INLINE int Length() const;
100 V8_INLINE Local<Value> operator[](int i) const;
102 V8_INLINE Local<Object> This() const;
113 V8_INLINE Local<Object> Holder() const;
115 V8_INLINE Local<Value> NewTarget() const;
117 V8_INLINE bool IsConstructCall() const;
119 V8_INLINE Local<Value> Data() const;
121 V8_INLINE Isolate* GetIsolate() const;
123 V8_INLINE ReturnValue<T> GetReturnValue() const;
153 V8_INLINE FunctionCallbackInfo(internal::Address* implicit_args,
170 V8_INLINE Isolate* GetIsolate() const;
177 V8_INLINE Local<Value> Data() const;
220 V8_INLINE Local<Object> This() const;
231 V8_INLINE Local<Object> Holder() const;
241 V8_INLINE ReturnValue<T> GetReturnValue() const;
250 V8_INLINE bool ShouldThrowOnError() const;
267 V8_INLINE explicit PropertyCallbackInfo(internal::Address* args)