mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibJS: Add FunctionObject::fast_is<NativeFunction>()
This commit is contained in:
parent
b549d51cdc
commit
88d8380920
Notes:
github-actions[bot]
2025-09-26 15:26:56 +00:00
Author: https://github.com/kalenikaliaksandr
Commit: 88d8380920
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6304
1 changed files with 3 additions and 0 deletions
|
|
@ -72,4 +72,7 @@ private:
|
|||
template<>
|
||||
inline bool Object::fast_is<NativeFunction>() const { return is_native_function(); }
|
||||
|
||||
template<>
|
||||
inline bool FunctionObject::fast_is<NativeFunction>() const { return is_native_function(); }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue