Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
7 #include "src/ast/ast-source-ranges.h"
25 #include "src/objects/source-text-module.h"
265 Handle<PrimitiveHeapObject> source) {
266 return NewScriptWithId(source, isolate()->GetNextScriptId());
271 Handle<PrimitiveHeapObject> source, int script_id) {
272 DCHECK(source->IsString() || source->IsUndefined());
280 raw.set_source(*source);
506 Handle<String> source,
512 result.set_source(*source);