Cesium
Cesium copied to clipboard
Extract builtins to a separate file
Currently, our only built-in function, __builtin_offsetof_instance
, is implemented in FunctionCallExpression.cs
.
I think we should extract that to some separate file.