Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/snapshot/snapshot-source-sink.h"
59 static NativesStore* MakeFromScriptsSource(SnapshotByteSource* source) {
64 // 2N blobs: N pairs of source name + actual source.
66 int debugger_count = source->GetInt();
68 store->ReadNameAndContentPair(source);
69 int library_count = source->GetInt();
71 store->ReadNameAndContentPair(source);
94 const byte* source;
96 int source_length = bytes->GetBlob(&source);
98 native_source_.emplace_back(reinterpret_cast<const char*>(source),