Home
last modified time | relevance | path

Searched defs:kObject (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/src/utils/
DSkJSON.h64 kObject, enumerator
133 kObject = 0b00000111, // ptr to external storage enumerator
DSkJSONWriter.h255 kObject, enumerator
/third_party/skia/src/pdf/
DSkPDFUnion.h97 kObject, enumerator
/third_party/icu/icu4c/source/i18n/unicode/
Dfmtable.h269 kObject enumerator
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dfmtable.h269 kObject enumerator
/third_party/node/deps/icu-small/source/i18n/unicode/
Dfmtable.h269 kObject enumerator
/third_party/node/deps/v8/tools/v8windbg/src/
Dv8-debug-helper-interop.h19 constexpr char kObject[] = "v8::internal::Object"; variable
/third_party/node/deps/v8/src/compiler/
Djs-operator.cc828 static constexpr int kObject = 1; local
1000 static constexpr int kObject = 1; in LoadNamed() local
1107 static constexpr int kObject = 1; in SetNamedProperty() local
1141 static constexpr int kObject = 1; in DefineNamedOwnProperty() local
/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.h54 enum class DeoptimizationLiteralKind { kObject, kNumber, kString, kInvalid }; enumerator
/third_party/node/deps/v8/include/
Dv8-profiler.h585 kObject = 3, // A JS object (except for arrays and strings). enumerator
/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc25 constexpr char kObject[] = "v8::internal::Object"; variable
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.h111 kObject = v8::HeapGraphNode::kObject, enumerator
/third_party/node/deps/v8/src/execution/
Disolate.h1447 enum class KnownPrototype { kNone, kObject, kArray, kString }; enumerator