EngineVariable: evalBytecode()On this pageVariable: evalBytecode() evalBytecode: (code) => Promise<unknown> Executes the given compiled code. Parameters code unknown Pre-compiled code that needs to be executed. Returns Promise<unknown> A Promise resolving to the value returned by the code, if any.