Searched refs:EnterNewScope (Results 1 – 3 of 3) sorted by relevance
56 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()225 Handle<AllocationSite> EnterNewScope() { return Handle<AllocationSite>(); } in EnterNewScope() function in v8::internal::__anon872c4cbd0111::DeprecationUpdateContext244 Handle<AllocationSite> EnterNewScope() { in EnterNewScope() function in v8::internal::__anon872c4cbd0111::AllocationSiteCreationContext523 site = creation_context.EnterNewScope(); in CreateLiteral()537 usage_context.EnterNewScope(); in CreateLiteral()
311 void EnterNewScope();1038 void ResultBuilder::EnterNewScope() { ShadowMaps.emplace_back(); } in EnterNewScope() function in ResultBuilder3106 Results.EnterNewScope(); in AddMacroResults()3132 Results.EnterNewScope(); in AddPrettyFunctionResults()3285 Results.EnterNewScope(); in CodeCompleteModuleImport()3336 Results.EnterNewScope(); in CodeCompleteOrdinaryName()3433 Results.EnterNewScope(); in CodeCompleteDeclSpec()3524 Results.EnterNewScope(); in CodeCompleteExpression()3693 Results.EnterNewScope(); in CodeCompleteMemberReferenceExpr()3820 Results.EnterNewScope(); in CodeCompleteTypeQualifiers()[all …]
59 inline Handle<AllocationSite> EnterNewScope() { in EnterNewScope() function