Searched refs:oddball (Results 1 – 14 of 14) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
D | object-fromentries.tq | 33 case (oddball: Oddball): { 34 CreateDataProperty(result, oddball.to_string, pair.value);
|
D | builtins-string.tq | 24 case (oddball: Oddball): { 25 return oddball.to_string;
|
/third_party/node/deps/v8/src/objects/ |
D | oddball.h | 49 static void Initialize(Isolate* isolate, Handle<Oddball> oddball,
|
D | value-serializer.h | 115 void WriteOddball(Oddball oddball);
|
D | objects.cc | 4780 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()
|
D | value-serializer.cc | 478 void ValueSerializer::WriteOddball(Oddball oddball) { in WriteOddball() argument 480 switch (oddball.kind()) { in WriteOddball()
|
/third_party/libdrm/ |
D | CONTRIBUTING.rst | 76 do the oddball rare patch within libdrm itself.
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 134 // handing for figuring out the names. The ObjC proto has a bunch of oddball
|
/third_party/node/tools/v8_gypfiles/ |
D | v8.gyp | 1878 '<(V8_ROOT)/src/objects/oddball.h', 1879 '<(V8_ROOT)/src/objects/oddball-inl.h',
|
/third_party/rust/crates/cxx/ |
D | README.md | 214 your FFI that is straightforward and doing the remaining few oddball signatures
|
/third_party/node/deps/v8/src/heap/ |
D | factory.cc | 430 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/ |
D | BUILD.gn | 1617 "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",
|
D | BUILD.bazel | 925 "src/objects/oddball.tq", 1767 "src/objects/oddball-inl.h", 1768 "src/objects/oddball.h",
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 2821 - iris: just malloc one iris_genx_state instead of a bunch of oddball
|