Timothy Flynn 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 years ago
..
Pass 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
ASTCodegen.cpp 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 years ago
BasicBlock.cpp 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 years ago
BasicBlock.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
CodeGenerationError.cpp 93ad25fbe5 LibJS: Add to_string definitions to CodeGenerationError and ParserError 2 years ago
CodeGenerationError.h 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 years ago
Executable.cpp da98212001 LibJS: Add a separate "identifier table" to bytecode executables 3 years ago
Executable.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Generator.cpp 1400a85fae LibJS: Remove unused CodeGenerationError::to_deprecated_string 2 years ago
Generator.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
IdentifierTable.cpp f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
IdentifierTable.h f3db548a3d AK+Everywhere: Rename FlyString to DeprecatedFlyString 2 years ago
Instruction.cpp a8ccc9580d LibJS: Move Instruction::length() to the Op.h header 4 years ago
Instruction.h 4db2efaecb LibJS/Bytecode: Implement yield* 2 years ago
Interpreter.cpp 24e9cea524 LibJS: Convert remaining usages of Value::TDSWOSE to Value::TSWOSE 2 years ago
Interpreter.h fcc3348bc8 LibJS: Intercept returns through finally blocks in Bytecode 2 years ago
Label.h 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 years ago
Op.cpp 88814acbd3 LibJS+Everywhere: Convert JS::Error to String 2 years ago
Op.h f96a3c002a Everywhere: Stop shoving things into ::std and mentioning them as such 2 years ago
PassManager.h 82a01bf32f LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofday 2 years ago
Register.h f5e7fa4d0e LibJS: Make Register comparable 2 years ago
StringTable.cpp 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago
StringTable.h 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 years ago