Nico Weber
8ccd8b4a6f
LibJS: Include <typeinfo> in AST.cpp
...
Without this, the oss-fuzz build says:
../Userland/Libraries/LibJS/AST.cpp:58:34: error: member access into incomplete type 'const std::type_info'
return demangle(typeid(*this).name()).substring(4);
^
2021-01-20 21:00:27 +01:00
Andreas Kling
81839ea1bd
LibJS: Add JS::NativeFunction to the forwarding header
2021-01-18 12:18:29 +01:00
Andreas Kling
4da913bfab
LibJS: Replace ASTNode::class_name() with RTTI
...
This is only used for debugging anyway, so performance doesn't matter
too much.
2021-01-17 14:36:53 +01:00
Linus Groh
f253f68768
LibJS: Rename ErrorType::ProxyGetOwnDescriptor{Undef => Undefined}Return
...
This seems like an unnecessary and uncommon abbreviation.
2021-01-14 08:13:32 +01:00
Linus Groh
cab3049dcc
LibJS: Rename ErrorType::ToObjectNullOr{Undef => Undefined}
...
This seems like an unnecessary and uncommon abbreviation.
2021-01-14 08:13:32 +01:00
Andreas Kling
13d7c09125
Libraries: Move to Userland/Libraries/
2021-01-12 12:17:46 +01:00