Home | History | Annotate | Download | only in snapshot

Lines Matching defs:source

2 // Use of this source code is governed by a BSD-style license that can be
10 #include "src/snapshot/snapshot-source-sink.h"
63 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) {
68 // 2N blobs: N pairs of source name + actual source.
70 int debugger_count = source->GetInt();
72 store->ReadNameAndContentPair(source);
73 int library_count = source->GetInt();
75 store->ReadNameAndContentPair(source);
98 const byte* source;
100 int source_length = bytes->GetBlob(&source);
102 Vector<const char> source_vector(reinterpret_cast<const char*>(source),