Home
last modified time | relevance | path

Searched refs:ValueOf (Results 1 - 17 of 17) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive-object.h23 double ValueOf() const;
43 Local<BigInt> ValueOf() const;
63 bool ValueOf() const;
83 Local<String> ValueOf() const;
103 Local<Symbol> ValueOf() const;
H A Dv8-date.h28 double ValueOf() const;
/third_party/node/deps/v8/include/
H A Dv8-primitive-object.h23 double ValueOf() const;
43 Local<BigInt> ValueOf() const;
63 bool ValueOf() const;
83 Local<String> ValueOf() const;
103 Local<Symbol> ValueOf() const;
H A Dv8-date.h28 double ValueOf() const;
/third_party/skia/third_party/externals/tint/tools/src/list/
H A Dlist.go53 ptr := reflect.ValueOf(s)
84 l.v.Index(i).Set(reflect.ValueOf(v))
95 items[i] = reflect.ValueOf(v.Get(i))
99 r := reflect.ValueOf(v)
104 l.v.Set(reflect.Append(l.v, reflect.ValueOf(v)))
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
H A Dgenerate.go180 s := reflect.ValueOf(slice)
190 s := reflect.ValueOf(slice)
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc99 return append(value.As<v8::StringObject>()->ValueOf()); in append()
102 return append(value.As<v8::BigIntObject>()->ValueOf()); in append()
105 return append(value.As<v8::SymbolObject>()->ValueOf()); in append()
108 String16::fromDouble(value.As<v8::NumberObject>()->ValueOf(), 6)); in append()
112 m_builder.append(value.As<v8::BooleanObject>()->ValueOf() ? "true" in append()
H A Dvalue-mirror.cc967 ? object.As<v8::StringObject>()->ValueOf()->Length() + 1 in getPropertiesForPreview()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DCoroutine.hpp209 Nucleus::yield(ValueOf(val)); in Yield()
H A DReactor.hpp2589 // ValueOf returns a rr::Value* for the given C-type, RValue<T>, LValue<T>
2592 inline Value *ValueOf(const T &v) in ValueOf() function
2603 Nucleus::createRet(ValueOf<T>(ret)); in Return()
3298 { ValueOf(args)... },
3307 { ValueOf(args)... }, in Call()
3320 { ValueOf(args)... }, in Call()
3328 { ValueOf(args)... }, in Call()
/third_party/node/deps/v8/src/strings/
H A Dunicode.h182 static inline uchar ValueOf(const byte* str, size_t length, size_t* cursor);
H A Dunicode-inl.h178 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) { in ValueOf() function in unibrow::Utf8
H A Duri.cc50 base::uc32 value = unibrow::Utf8::ValueOf(octets, length, &cursor); in DecodeOctets()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc4872 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
4932 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
5002 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5088 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5147 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
5195 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5252 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5291 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
/third_party/node/src/
H A Dnode.h802 NODE_DEPRECATED("Use v8::Date::ValueOf() directly",
804 return date->ValueOf() / 1000;
H A Djs_native_api_v8.cc4631 *result = date->ValueOf();
/third_party/node/deps/v8/src/api/
H A Dapi.cc7156 double v8::NumberObject::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::NumberObject
7174 Local<v8::BigInt> v8::BigIntObject::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::BigIntObject
7197 bool v8::BooleanObject::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::BooleanObject
7216 Local<v8::String> v8::StringObject::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::StringObject
7236 Local<v8::Symbol> v8::SymbolObject::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::SymbolObject
7260 double v8::Date::ValueOf() const { in ValueOf() function in v8::OneByteMask::v8::Date

Completed in 77 milliseconds