Lines Matching defs:value
36 static_assert(std::is_base_of<T, S>::value, "type check");
46 V8_INLINE void Set(bool value);
63 // value.
75 V8_INLINE void SetInternal(internal::Address value) { *value_ = value; }
101 /** Returns the receiver. This corresponds to the "this" value. */
105 * value as This(). If there is a signature, and the signature didn't match
114 /** For construct calls, this returns the "new.target" value. */
234 * \return The return value of the callback.
283 static_assert(std::is_base_of<T, S>::value, "type check");
294 static_assert(std::is_base_of<T, S>::value, "type check");
305 static_assert(std::is_void<T>::value || std::is_base_of<T, S>::value,
316 static_assert(std::is_base_of<T, Number>::value, "type check");
322 static_assert(std::is_base_of<T, Integer>::value, "type check");
333 static_assert(std::is_base_of<T, Integer>::value, "type check");
344 void ReturnValue<T>::Set(bool value) {
345 static_assert(std::is_base_of<T, Boolean>::value, "type check");
348 if (value) {
358 static_assert(std::is_base_of<T, Primitive>::value, "type check");
365 static_assert(std::is_base_of<T, Primitive>::value, "type check");
372 static_assert(std::is_base_of<T, String>::value, "type check");