Home
last modified time | relevance | path

Searched refs:NewSharedFunctionInfoForLiteral (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcompiler.cc853 isolate->factory()->NewSharedFunctionInfoForLiteral( in FinalizeTopLevel()
1845 isolate->factory()->NewSharedFunctionInfoForLiteral(literal, script, in GetSharedFunctionInfo()
/external/v8/src/heap/
Dfactory.h879 Handle<SharedFunctionInfo> NewSharedFunctionInfoForLiteral(
Dfactory.cc3417 Handle<SharedFunctionInfo> Factory::NewSharedFunctionInfoForLiteral( in NewSharedFunctionInfoForLiteral() function in v8::internal::Factory