Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h266 static Handle<ScopeInfo> CreateForNativeContext(Isolate* isolate);
Dscope-info.cc479 Handle<ScopeInfo> ScopeInfo::CreateForNativeContext(Isolate* isolate) { in CreateForNativeContext() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc887 ScopeInfo::CreateForNativeContext(isolate()); in CreateInitialObjects()