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

  /external/v8/src/
type-info.h 168 inline bool IsNonPrimitive() {
ast.cc 473 } else if (info.IsNonPrimitive()) {
600 } else if (info.IsNonPrimitive()) {
    [all...]
hydrogen-instructions.h 399 bool IsNonPrimitive() {
420 return IsHeapNumber() || IsString() || IsNonPrimitive();
    [all...]
hydrogen.cc     [all...]

Completed in 70 milliseconds