Home
last modified time | relevance | path

Searched refs:DeepCopyHints (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
Dobjects.h2538 enum DeepCopyHints { enum
2546 DeepCopyHints hints = kNoHints);
Dobjects.cc5682 JSObject::DeepCopyHints hints) in JSObjectWalkVisitor()
5706 const JSObject::DeepCopyHints hints_;
5898 DeepCopyHints hints) { in DeepCopy()
Druntime.cc570 JSObject::DeepCopyHints hints = (flags & ArrayLiteral::kShallowElements) == 0 in CreateArrayLiteralImpl()