Searched refs:kJSON (Results 1 - 10 of 10) sorted by relevance
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-profiler.h | 212 kJSON = 0 // See format description near 'Serialize' method. enumerator 285 SerializationFormat format = kJSON) const; 634 kJSON = 0 // See format description near 'Serialize' method. enumerator 686 SerializationFormat format = kJSON) const;
|
/third_party/node/deps/v8/include/ |
H A D | v8-profiler.h | 215 kJSON = 0 // See format description near 'Serialize' method. enumerator 288 SerializationFormat format = kJSON) const; 631 kJSON = 0 // See format description near 'Serialize' method. enumerator 683 SerializationFormat format = kJSON) const;
|
/third_party/gn/src/gn/ |
H A D | command_format.h | 24 kJSON
|
H A D | command_format_unittest.cc | 47 out_again, commands::TreeDumpMode::kJSON, &unused, &as_json)); \
|
H A D | command_format.cc | 1246 } else if (dump_tree == TreeDumpMode::kJSON) { in DoFormat() 1310 dump_tree = TreeDumpMode::kJSON; in RunFormat()
|
/third_party/node/test/addons/heap-profiler/ |
H A D | binding.cc | 15 heap_snapshot->Serialize(&output_stream, v8::HeapSnapshot::kJSON); in Test()
|
/third_party/node/src/ |
H A D | heap_utils.cc | 306 snapshot_->Serialize(this, HeapSnapshot::kJSON); 346 snapshot->Serialize(out, HeapSnapshot::kJSON); in TakeSnapshot()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.h | 36 enum class ModuleType { kJavaScript, kJSON, kInvalid }; member in v8::ModuleType
|
H A 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/ |
H A D | api.cc | 9907 Utils::ApiCheck(format == kJSON, "v8::CpuProfile::Serialize", in Serialize() 10211 Utils::ApiCheck(format == kJSON, "v8::HeapSnapshot::Serialize", in Serialize()
|
Completed in 38 milliseconds