Home
last modified time | relevance | path

Searched refs:kJSON (Results 1 – 9 of 9) sorted by relevance

/third_party/gn/src/gn/
Dcommand_format.h24 kJSON enumerator
Dcommand_format_unittest.cc47 out_again, commands::TreeDumpMode::kJSON, &unused, &as_json)); \
Dcommand_format.cc1224 } else if (dump_tree == TreeDumpMode::kJSON) { in DoFormat()
1288 dump_tree = TreeDumpMode::kJSON; in RunFormat()
/third_party/node/test/addons/heap-profiler/
Dbinding.cc15 heap_snapshot->Serialize(&output_stream, v8::HeapSnapshot::kJSON); in Test()
/third_party/node/deps/v8/include/
Dv8-profiler.h611 kJSON = 0 // See format description near 'Serialize' method. enumerator
663 SerializationFormat format = kJSON) const;
/third_party/node/src/
Dheap_utils.cc306 snapshot_->Serialize(this, HeapSnapshot::kJSON); in ReadStart()
346 snapshot->Serialize(out, HeapSnapshot::kJSON); in TakeSnapshot()
/third_party/node/deps/v8/src/d8/
Dd8.h36 enum class ModuleType { kJavaScript, kJSON, kInvalid }; enumerator
Dd8.cc958 return ModuleType::kJSON; in ModuleTypeFromImportAssertions()
1062 } else if (module_type == ModuleType::kJSON) { in FetchModuleTree()
/third_party/node/deps/v8/src/api/
Dapi.cc10177 Utils::ApiCheck(format == kJSON, "v8::HeapSnapshot::Serialize", in Serialize()