Searched refs:site_context (Results 1 – 1 of 1) sorted by relevance
42 JSObjectWalkVisitor(ContextObject* site_context, DeepCopyHints hints) in JSObjectWalkVisitor() argument43 : site_context_(site_context), hints_(hints) {} in JSObjectWalkVisitor()56 Handle<AllocationSite> current_site = site_context()->EnterNewScope(); in VisitElementOrProperty()58 site_context()->ExitScope(current_site, value); in VisitElementOrProperty()62 inline ContextObject* site_context() { return site_context_; } in site_context() function in v8::internal::__anon872c4cbd0111::JSObjectWalkVisitor63 inline Isolate* isolate() { return site_context()->isolate(); } in isolate()95 if (site_context()->ShouldCreateMemento(object)) { in StructureWalk()96 site_to_pass = site_context()->current(); in StructureWalk()292 DeprecationUpdateContext* site_context) { in DeepWalk() argument293 JSObjectWalkVisitor<DeprecationUpdateContext> v(site_context, kNoHints); in DeepWalk()[all …]