Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-literals.cc37 enum DeepCopyHints { kNoHints = 0, kObjectIsShallow = 1 }; enum
42 JSObjectWalkVisitor(ContextObject* site_context, DeepCopyHints hints) in JSObjectWalkVisitor()
67 const DeepCopyHints hints_;
311 DeepCopyHints hints) { in DeepCopy()
470 inline DeepCopyHints DecodeCopyHints(int flags) { in DecodeCopyHints()
471 DeepCopyHints copy_hints = in DecodeCopyHints()
485 DeepCopyHints copy_hints = DecodeCopyHints(flags); in CreateLiteralWithoutAllocationSite()
501 DeepCopyHints copy_hints = DecodeCopyHints(flags); in CreateLiteral()