Home | History | Annotate | Download | only in src

Lines Matching defs:info

39 #include "type-info.h"
466 TypeInfo info = oracle->SwitchType(this);
467 if (info.IsSmi()) {
469 } else if (info.IsSymbol()) {
471 } else if (info.IsNonSymbol()) {
473 } else if (info.IsNonPrimitive()) {
597 TypeInfo info = oracle->CompareType(this);
598 if (info.IsSmi()) {
600 } else if (info.IsNonPrimitive()) {