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

  /external/v8/src/ast/
ast.cc 518 bool is_holey = false; local
535 is_holey = true;
563 kind = is_holey ? GetHoleyElementsKind(kind) : GetPackedElementsKind(kind);
    [all...]
  /external/v8/src/
elements.cc 2988 bool is_holey = false; local
    [all...]

Completed in 180 milliseconds