Searched defs:copying (Results 1 – 1 of 1) sorted by relevance
8006 JSObjectWalkVisitor(ContextObject* site_context, bool copying, in JSObjectWalkVisitor()8027 inline bool copying() const { return copying_; } in copying() function in v8::internal::JSObjectWalkVisitor8040 bool copying = this->copying(); in StructureWalk() local