Home
last modified time | relevance | path

Searched refs:NewUncompiledDataWithPreparseData (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory-base.h182 Handle<UncompiledDataWithPreparseData> NewUncompiledDataWithPreparseData( in EXPORT_TEMPLATE_DECLARE()
Dfactory-base.cc378 FactoryBase<Impl>::NewUncompiledDataWithPreparseData( in NewUncompiledDataWithPreparseData() function in v8::internal::FactoryBase
381 return TorqueGeneratedFactory<Impl>::NewUncompiledDataWithPreparseData( in NewUncompiledDataWithPreparseData()
/third_party/node/deps/v8/src/objects/
Dshared-function-info.cc560 data = isolate->factory()->NewUncompiledDataWithPreparseData( in InitFromFunctionLiteral()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc3355 isolate->factory()->NewUncompiledDataWithPreparseData( in Compile()