Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dscope-info.h178 static Handle<ScopeInfo> CreateForWithScope(
Dscope-info.cc320 Handle<ScopeInfo> ScopeInfo::CreateForWithScope( in CreateForWithScope() function in v8::internal::ScopeInfo
/external/v8/src/debug/
Ddebug-evaluate.cc113 ScopeInfo::CreateForWithScope(isolate, Handle<ScopeInfo>::null()); in WithTopmostArguments()
223 scope_info = ScopeInfo::CreateForWithScope(isolate, scope_info); in ContextBuilder()
/external/v8/src/
Dapi.cc2527 i::ScopeInfo::CreateForWithScope( in CompileFunctionInContext()