Home
last modified time | relevance | path

Searched refs:HasUncompiledDataWithoutPreparseData (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/snapshot/
Dsnapshot.cc294 fun.shared().HasUncompiledDataWithoutPreparseData()); in ClearReconstructableDataForSerialization()
297 fun.shared().HasUncompiledDataWithoutPreparseData()); in ClearReconstructableDataForSerialization()
/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h804 bool SharedFunctionInfo::HasUncompiledDataWithoutPreparseData() const { in HasUncompiledDataWithoutPreparseData() function
845 DCHECK(HasUncompiledDataWithoutPreparseData()); in ClearPreparseData()
Dshared-function-info.h377 inline bool HasUncompiledDataWithoutPreparseData() const;
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc935 HasUncompiledDataWithoutPreparseData()); in SharedFunctionInfoVerify()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3341 existing->HasUncompiledDataWithoutPreparseData()) { in Compile()