Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
20 #include "src/codegen/source-position-table.h"
290 Handle<String> source) {
293 name_buffer_->AppendString(*source);
481 Handle<SharedFunctionInfo> shared, Handle<Name> source, int line,
487 Name::ToFunctionName(isolate_, source).ToHandleChecked();
512 Handle<String> source) {
517 code_event.function_name = source;
1201 // We log source code information in the form:
1203 // code-source-info <addr>,<script>,<start>,<end>,<pos>,<inline-pos>,<fns>
1210 // <pos> is source position table encoded in the string,
1231 msg << "code-source-info" << Logger::kNext
1235 // TODO(v8:11429): Clean-up baseline-replated code in source position
1381 // Although, it is possible to extract source and line from
1451 Handle<String> source) {
1456 msg << *source;
1690 Object source_object = script.source();
1698 msg << "script-source" << kNext << script_id << kNext;
1707 // Log the source code.