Home | History | Annotate | Download | only in src

Lines Matching full:pair

5111 // A mechanism to return a pair of Object pointers in registers (if possible).
8214 Handle<JSArray> pair = Factory::NewJSArray(0); \
8215 SetElement(pair, 0, name); \
8216 SetElement(pair, 1, Handle<Smi>(Smi::FromInt(argc))); \
8217 SetElement(result, index++, pair); \