Home
last modified time | relevance | path

Searched refs:oddball (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dobject-fromentries.tq33 case (oddball: Oddball): {
34 CreateDataProperty(result, oddball.to_string, pair.value);
Dbuiltins-string.tq24 case (oddball: Oddball): {
25 return oddball.to_string;
/third_party/node/deps/v8/src/objects/
Doddball.h49 static void Initialize(Isolate* isolate, Handle<Oddball> oddball,
Dvalue-serializer.h115 void WriteOddball(Oddball oddball);
Dobjects.cc4780 void Oddball::Initialize(Isolate* isolate, Handle<Oddball> oddball, in Initialize() argument
4788 oddball->set_to_number_raw_as_bits( in Initialize()
4791 oddball->set_to_number_raw(to_number->Number()); in Initialize()
4793 oddball->set_to_number(*to_number); in Initialize()
4794 oddball->set_to_string(*internalized_to_string); in Initialize()
4795 oddball->set_type_of(*internalized_type_of); in Initialize()
4796 oddball->set_kind(kind); in Initialize()
Dvalue-serializer.cc478 void ValueSerializer::WriteOddball(Oddball oddball) { in WriteOddball() argument
480 switch (oddball.kind()) { in WriteOddball()
/third_party/libdrm/
DCONTRIBUTING.rst76 do the oddball rare patch within libdrm itself.
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m134 // handing for figuring out the names. The ObjC proto has a bunch of oddball
/third_party/node/tools/v8_gypfiles/
Dv8.gyp1878 '<(V8_ROOT)/src/objects/oddball.h',
1879 '<(V8_ROOT)/src/objects/oddball-inl.h',
/third_party/rust/crates/cxx/
DREADME.md214 your FFI that is straightforward and doing the remaining few oddball signatures
/third_party/node/deps/v8/src/heap/
Dfactory.cc430 Handle<Oddball> oddball(Oddball::cast(New(map, AllocationType::kReadOnly)), in NewOddball() local
432 Oddball::Initialize(isolate(), oddball, to_string, to_number, type_of, kind); in NewOddball()
433 return oddball; in NewOddball()
/third_party/node/deps/v8/
DBUILD.gn1617 "src/objects/oddball.h",
1618 "src/objects/oddball-inl.h",
1813 "src/objects/oddball.tq",
3263 "src/objects/oddball-inl.h",
3264 "src/objects/oddball.h",
DBUILD.bazel925 "src/objects/oddball.tq",
1767 "src/objects/oddball-inl.h",
1768 "src/objects/oddball.h",
/third_party/mesa3d/docs/relnotes/
D19.1.0.rst2821 - iris: just malloc one iris_genx_state instead of a bunch of oddball