Lines Matching defs:value
37 internal::Address value);
65 static_assert(std::is_base_of<T, S>::value, "type check");
84 * the V8 engine which holds an object value and which is updated by
278 PersistentBase<T>::New(isolate, that.template value<S>())) {
279 static_assert(std::is_base_of<T, S>::value, "type check");
290 PersistentBase<T>::New(isolate, that.template value<S>())) {
291 static_assert(std::is_base_of<T, S>::value, "type check");
332 if (!that.IsEmpty()) T::Cast(that.template value<S>());
379 PersistentBase<T>::New(isolate, that.template value<S>())) {
380 static_assert(std::is_base_of<T, S>::value, "type check");
391 PersistentBase<T>::New(isolate, that.template value<S>())) {
392 static_assert(std::is_base_of<T, S>::value, "type check");
436 virtual void VisitPersistentHandle(Persistent<Value>* value,
451 static_assert(std::is_base_of<T, S>::value, "type check");
479 static_assert(std::is_base_of<T, S>::value, "type check");
493 static_assert(std::is_base_of<T, S>::value, "type check");
496 this->slot() = New(isolate, other.template value<S>());
559 static_assert(std::is_base_of<T, S>::value, "type check");