Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc219 DeclarationScope::AllocateScopeInfos(parse_info(), isolate); in CheckAndPrintBytecodeMismatch()
/third_party/node/deps/v8/src/ast/
Dscopes.cc2693 void DeclarationScope::AllocateScopeInfos(ParseInfo* info, IsolateT* isolate) { in AllocateScopeInfos() function in v8::internal::DeclarationScope
2726 template V8_EXPORT_PRIVATE void DeclarationScope::AllocateScopeInfos(
2728 template V8_EXPORT_PRIVATE void DeclarationScope::AllocateScopeInfos(
Dscopes.h1161 V8_EXPORT_PRIVATE static void AllocateScopeInfos(ParseInfo* info,
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc789 DeclarationScope::AllocateScopeInfos(parse_info, isolate); in IterativelyExecuteAndFinalizeUnoptimizedCompilationJobs()