Home
last modified time | relevance | path

Searched defs:copying (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc7771 JSObjectWalkVisitor(ContextObject* site_context, bool copying, in JSObjectWalkVisitor()
7792 inline bool copying() const { return copying_; } in copying() function in v8::internal::JSObjectWalkVisitor
7804 bool copying = this->copying(); in StructureWalk() local