mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-03 21:12:08 +02:00
LibJS+LibWeb: Add various fast_is<T>() helpers for common things
This commit is contained in:
committed by
Andreas Kling
parent
9f4a96de67
commit
737d9727c2
Notes:
github-actions[bot]
2025-12-20 15:14:14 +00:00
Author: https://github.com/awesomekling Commit: https://github.com/LadybirdBrowser/ladybird/commit/737d9727c24 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7199
@@ -39,4 +39,7 @@ private:
|
||||
Value m_continuation;
|
||||
};
|
||||
|
||||
template<>
|
||||
inline bool Cell::fast_is<GeneratorResult>() const { return is_generator_result(); }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user