Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h264 V8_EXPORT_PRIVATE static Handle<ScopeInfo> CreateForEmptyFunction(
Dscope-info.cc474 Handle<ScopeInfo> ScopeInfo::CreateForEmptyFunction(Isolate* isolate) { in CreateForEmptyFunction() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc883 ScopeInfo::CreateForEmptyFunction(isolate()); in CreateInitialObjects()