Recently I am reading the source code of V8 engine, especially the built-in functions part. But I found that there are two concepts that I don’t quite understand, namely what is the fast path and the slow path.Is there any documentation I can refer to? I have already learned what fast property and slow property are and I want to know if this is related.