Home
last modified time | relevance | path

Searched refs:HasSourcePositionTable (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dshared-function-info-inl.h220 GetBytecodeArray(isolate).HasSourcePositionTable(); in AreSourcePositionsAvailable()
548 !GetBytecodeArray(isolate).HasSourcePositionTable(); in CanCollectSourcePosition()
H A Dcall-site-info.cc545 shared->GetBytecodeArray(isolate).HasSourcePositionTable())) { in ComputeLocation()
H A Dcode.h1040 inline bool HasSourcePositionTable() const;
H A Dshared-function-info.cc727 DCHECK(shared_info->GetBytecodeArray(isolate).HasSourcePositionTable()); in EnsureBytecodeArrayAvailable()
H A Dcode-inl.h1260 bool BytecodeArray::HasSourcePositionTable() const { in HasSourcePositionTable() function in v8::BytecodeArray
H A Dobjects.cc6748 function().shared().GetBytecodeArray(isolate).HasSourcePositionTable()); in source_position()
/third_party/node/deps/v8/src/heap/
H A Dobject-stats.cc1010 if (bytecode.HasSourcePositionTable()) { in RecordVirtualBytecodeArrayDetails()
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1591 .HasSourcePositionTable(); in AreSourcePositionsAvailable()
/third_party/node/deps/v8/src/codegen/
H A Dcompiler.cc1880 DCHECK(!shared_info->GetBytecodeArray(isolate).HasSourcePositionTable()); in CollectSourcePositions()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc666 fun_info.GetBytecodeArray(isolate).HasSourcePositionTable()) { in JSGeneratorObjectPrint()

Completed in 36 milliseconds