#include "third_party/blink/renderer/bindings/core/v8/v8_profiler_trace.h"
#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
#include "third_party/blink/renderer/bindings/core/v8/native_value_traits_impl.h"
#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_profiler_frame.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_profiler_sample.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_profiler_stack.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/bindings/v8_per_isolate_data.h"
namespace blink {
namespace {
const std::string_view kOwnPropertyNames[] = …;
}
ProfilerTrace* ProfilerTrace::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
ProfilerTrace::ProfilerTrace() { … }
ProfilerTrace::ProfilerTrace(v8::Isolate* isolate) { … }
void ProfilerTrace::setFrames(const HeapVector<Member<ProfilerFrame>>& value) { … }
void ProfilerTrace::setFrames(HeapVector<Member<ProfilerFrame>>&& value) { … }
void ProfilerTrace::setResources(const Vector<String>& value) { … }
void ProfilerTrace::setResources(Vector<String>&& value) { … }
void ProfilerTrace::setSamples(const HeapVector<Member<ProfilerSample>>& value) { … }
void ProfilerTrace::setSamples(HeapVector<Member<ProfilerSample>>&& value) { … }
void ProfilerTrace::setStacks(const HeapVector<Member<ProfilerStack>>& value) { … }
void ProfilerTrace::setStacks(HeapVector<Member<ProfilerStack>>&& value) { … }
void ProfilerTrace::Trace(Visitor* visitor) const { … }
void ProfilerTrace::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void ProfilerTrace::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* ProfilerTrace::TemplateKey() const { … }
v8::Local<v8::Object> ProfilerTrace::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void ProfilerTrace::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> ProfilerTrace::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}