Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dshared-function-info.h523 static void InitFromFunctionLiteral(Handle<SharedFunctionInfo> shared_info,
/external/v8/src/heap/
Dfactory.cc3422 SharedFunctionInfo::InitFromFunctionLiteral(shared, literal, is_toplevel); in NewSharedFunctionInfoForLiteral()
/external/v8/src/
Dobjects.cc14202 void SharedFunctionInfo::InitFromFunctionLiteral( in InitFromFunctionLiteral() function in v8::internal::SharedFunctionInfo