HomeSort by relevance Sort by last modified time
    Searched refs:EnsureSibling (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
jsregexp.h 645 // Static version of EnsureSibling that expresses the fact that the
648 static C* EnsureSibling(C* node, NodeInfo* info, bool* cloned) {
649 return static_cast<C*>(node->EnsureSibling(info, cloned));
690 RegExpNode* EnsureSibling(NodeInfo* info, bool* cloned);
    [all...]
jsregexp.cc     [all...]

Completed in 402 milliseconds