Spanish | English |
almacenamiento en caché de código de bytes | bytecode caching (A technique for preprocessing JavaScript files so they can be loaded faster) |
control de alertas en el código | inline warning control (The ability to control whether warnings are reported for a particular region of code by specifying a compiler directive) |
código enlazado en tiempo de ejecución | late-bound code (A code that defers the assignment of a meaning to an identifier (such as a variable) until runtime) |