Home | History | Annotate | Download | only in src

Lines Matching full:representation_

778       : addr_(NULL), representation_(UNKNOWN) { }
781 : addr_(addr), representation_(representation) { }
784 : literal_(literal, isolate), representation_(LITERAL) { }
788 slot.representation_ = ARGUMENTS_OBJECT;
795 slot.representation_ = DEFERRED_OBJECT;
800 SlotRepresentation Representation() { return representation_; }
804 slot.representation_ = DUPLICATE_OBJECT;
810 if (representation_ == DEFERRED_OBJECT ||
811 representation_ == ARGUMENTS_OBJECT) {
825 SlotRepresentation representation_;