Home
last modified time | relevance | path

Searched refs:ValueOf (Results 1 – 16 of 16) sorted by relevance

/third_party/node/deps/v8/include/
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;
Dv8-date.h28 double ValueOf() const;
/third_party/skia/third_party/externals/tint/tools/src/list/
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/node/deps/npm/node_modules/sigstore/dist/types/
Dutility.d.ts1 type ValueOf<Obj> = Obj[keyof Obj]; alias
10 export type OneOf<T> = ValueOf<OneOfByKey<T>>;
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/
Dgenerate.go180 s := reflect.ValueOf(slice)
190 s := reflect.ValueOf(slice)
/third_party/node/deps/v8/src/inspector/
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()
Dvalue-mirror.cc955 ? object.As<v8::StringObject>()->ValueOf()->Length() + 1 in getPropertiesForPreview()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCoroutine.hpp209 Nucleus::yield(ValueOf(val)); in Yield()
DReactor.hpp2592 inline Value *ValueOf(const T &v) in ValueOf() function
2603 Nucleus::createRet(ValueOf<T>(ret)); in Return()
3298 { ValueOf(args)... }, in Call()
3307 { ValueOf(args)... }, in Call()
3320 { ValueOf(args)... }, in Call()
3328 { ValueOf(args)... }, in Call()
/third_party/node/deps/v8/src/strings/
Dunicode-inl.h178 uchar Utf8::ValueOf(const byte* bytes, size_t length, size_t* cursor) { in ValueOf() function
Dunicode.h182 static inline uchar ValueOf(const byte* str, size_t length, size_t* cursor);
Duri.cc50 base::uc32 value = unibrow::Utf8::ValueOf(octets, length, &cursor); in DecodeOctets()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc4871 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
4931 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
5001 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5087 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5146 V(valueOf, ValueOf, 0) in InitializeGlobal_harmony_temporal()
5194 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5251 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
5290 V(valueOf, ValueOf, 0) \ in InitializeGlobal_harmony_temporal()
/third_party/node/src/
Dnode.h804 return date->ValueOf() / 1000; in NODE_V8_UNIXTIME()
Djs_native_api_v8.cc3254 *result = date->ValueOf(); in napi_get_date_value()
/third_party/node/deps/v8/src/api/
Dapi.cc7137 double v8::NumberObject::ValueOf() const { in ValueOf() function in v8::v8::NumberObject
7155 Local<v8::BigInt> v8::BigIntObject::ValueOf() const { in ValueOf() function in v8::v8::BigIntObject
7178 bool v8::BooleanObject::ValueOf() const { in ValueOf() function in v8::v8::BooleanObject
7197 Local<v8::String> v8::StringObject::ValueOf() const { in ValueOf() function in v8::v8::StringObject
7217 Local<v8::Symbol> v8::SymbolObject::ValueOf() const { in ValueOf() function in v8::v8::SymbolObject
7241 double v8::Date::ValueOf() const { in ValueOf() function in v8::v8::Date