Home
last modified time | relevance | path

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

/external/v8/include/
Dv8-profiler.h346 kJSON = 0 // See format description near 'Serialize' method. enumerator
398 SerializationFormat format = kJSON) const;
/external/v8/test/cctest/
Dtest-heap-profiler.cc908 snapshot->Serialize(&stream, v8::HeapSnapshot::kJSON); in TEST()
1026 snapshot->Serialize(&stream, v8::HeapSnapshot::kJSON); in TEST()
/external/v8/src/
Dapi.cc8209 Utils::ApiCheck(format == kJSON, in Serialize()