Searched refs:kJSON (Results 1 – 9 of 9) sorted by relevance
/third_party/gn/src/gn/ |
D | command_format.h | 24 kJSON enumerator
|
D | command_format_unittest.cc | 47 out_again, commands::TreeDumpMode::kJSON, &unused, &as_json)); \
|
D | command_format.cc | 1224 } else if (dump_tree == TreeDumpMode::kJSON) { in DoFormat() 1288 dump_tree = TreeDumpMode::kJSON; in RunFormat()
|
/third_party/node/test/addons/heap-profiler/ |
D | binding.cc | 15 heap_snapshot->Serialize(&output_stream, v8::HeapSnapshot::kJSON); in Test()
|
/third_party/node/deps/v8/include/ |
D | v8-profiler.h | 611 kJSON = 0 // See format description near 'Serialize' method. enumerator 663 SerializationFormat format = kJSON) const;
|
/third_party/node/src/ |
D | heap_utils.cc | 306 snapshot_->Serialize(this, HeapSnapshot::kJSON); in ReadStart() 346 snapshot->Serialize(out, HeapSnapshot::kJSON); in TakeSnapshot()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 36 enum class ModuleType { kJavaScript, kJSON, kInvalid }; enumerator
|
D | d8.cc | 958 return ModuleType::kJSON; in ModuleTypeFromImportAssertions() 1062 } else if (module_type == ModuleType::kJSON) { in FetchModuleTree()
|
/third_party/node/deps/v8/src/api/ |
D | api.cc | 10177 Utils::ApiCheck(format == kJSON, "v8::HeapSnapshot::Serialize", in Serialize()
|