Home
last modified time | relevance | path

Searched refs:HasSourceCode (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc323 bool SharedFunctionInfo::HasSourceCode() const { in HasSourceCode() function in v8::internal::SharedFunctionInfo
396 if (!shared->HasSourceCode()) return isolate->factory()->undefined_value(); in GetSourceCode()
407 if (!shared->HasSourceCode()) return isolate->factory()->undefined_value(); in GetSourceCodeHarmony()
440 if (!s.HasSourceCode()) return os << "<No Source>"; in operator <<()
Dcompilation-cache-table-inl.h38 if (shared.HasSourceCode()) { in StringSharedHash()
Dshared-function-info.h534 bool HasSourceCode() const;
Djs-function.cc1221 if (!shared_info->HasSourceCode()) { in ToString()
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc336 if (!shared->HasSourceCode()) return; in LogWriteDebugInfo()
Dobjects-printer.cc655 if (fun_info.HasSourceCode()) { in JSGeneratorObjectPrint()
1591 if (HasSourceCode()) { in PrintSourceCode()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc580 if (!function->shared().HasSourceCode()) { in SerializeFunctionInfo()