Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h262 V8_EXPORT_PRIVATE static Handle<ScopeInfo> CreateForWithScope(
Dscope-info.cc423 Handle<ScopeInfo> ScopeInfo::CreateForWithScope( in CreateForWithScope() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/debug/
Ddebug-evaluate.cc105 ScopeInfo::CreateForWithScope(isolate, Handle<ScopeInfo>::null()); in Local()
164 ScopeInfo::CreateForWithScope(isolate, Handle<ScopeInfo>::null()); in WithTopmostArguments()
261 scope_info = ScopeInfo::CreateForWithScope(isolate, scope_info); in ContextBuilder()
/third_party/node/deps/v8/src/api/
Dapi.cc2644 i::ScopeInfo::CreateForWithScope( in CompileFunctionInternal()