Lines Matching defs:context
23 TNode<Object> GetIteratorMethod(TNode<Context> context, TNode<Object>);
27 IteratorRecord GetIterator(TNode<Context> context, TNode<Object> object);
28 IteratorRecord GetIterator(TNode<Context> context, TNode<Object> object,
35 // object, loaded from the native context.
37 TNode<Context> context, const IteratorRecord& iterator, Label* if_done,
40 TNode<Context> context, const IteratorRecord& iterator,
42 return IteratorStep(context, iterator, if_done, fast_iterator_result_map);
48 // object, loaded from the native context.
50 TNode<Context> context, TNode<JSReceiver> result,
56 TNode<JSArray> IterableToList(TNode<Context> context, TNode<Object> iterable,
59 TNode<FixedArray> IterableToFixedArray(TNode<Context> context,
63 void FillFixedArrayFromIterable(TNode<Context> context,
70 TNode<FixedArray> StringListFromIterable(TNode<Context> context,
73 void FastIterableToList(TNode<Context> context, TNode<Object> iterable,
75 TNode<JSArray> FastIterableToList(TNode<Context> context,