Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dtemplates.h144 static Handle<SharedFunctionInfo> GetOrCreateSharedFunctionInfo(
148 static Handle<SharedFunctionInfo> GetOrCreateSharedFunctionInfo( in GetOrCreateSharedFunctionInfo() function
Dtemplates.cc25 Handle<SharedFunctionInfo> FunctionTemplateInfo::GetOrCreateSharedFunctionInfo( in GetOrCreateSharedFunctionInfo() function in v8::internal::FunctionTemplateInfo
/third_party/node/deps/v8/src/api/
Dapi-natives.cc682 FunctionTemplateInfo::GetOrCreateSharedFunctionInfo(isolate, obj, in CreateApiFunction()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc1308 FunctionTemplateInfo::GetOrCreateSharedFunctionInfo( in AllocateDeferredConstants()