(cursor, value, fiber)
| 10782 | } |
| 10783 | |
| 10784 | function push(cursor, value, fiber) { |
| 10785 | index++; |
| 10786 | valueStack[index] = cursor.current; |
| 10787 | |
| 10788 | { |
| 10789 | fiberStack[index] = fiber; |
| 10790 | } |
| 10791 | |
| 10792 | cursor.current = value; |
| 10793 | } |
| 10794 | |
| 10795 | var warnedAboutMissingGetChildContext; |
| 10796 |
no outgoing calls
no test coverage detected