Home
last modified time | relevance | path

Searched refs:kJSON (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-profiler.h212 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 Dv8-profiler.h215 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 Dcommand_format.h24 kJSON
H A Dcommand_format_unittest.cc47 out_again, commands::TreeDumpMode::kJSON, &unused, &as_json)); \
H A Dcommand_format.cc1246 } else if (dump_tree == TreeDumpMode::kJSON) { in DoFormat()
1310 dump_tree = TreeDumpMode::kJSON; in RunFormat()
/third_party/node/test/addons/heap-profiler/
H A Dbinding.cc15 heap_snapshot->Serialize(&output_stream, v8::HeapSnapshot::kJSON); in Test()
/third_party/node/src/
H A Dheap_utils.cc306 snapshot_->Serialize(this, HeapSnapshot::kJSON);
346 snapshot->Serialize(out, HeapSnapshot::kJSON); in TakeSnapshot()
/third_party/node/deps/v8/src/d8/
H A Dd8.h36 enum class ModuleType { kJavaScript, kJSON, kInvalid }; member in v8::ModuleType
H A Dd8.cc958 return ModuleType::kJSON; in ModuleTypeFromImportAssertions()
1062 } else if (module_type == ModuleType::kJSON) { in FetchModuleTree()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9907 Utils::ApiCheck(format == kJSON, "v8::CpuProfile::Serialize", in Serialize()
10211 Utils::ApiCheck(format == kJSON, "v8::HeapSnapshot::Serialize", in Serialize()

Completed in 38 milliseconds