Function: frame--face-hash-table
frame--face-hash-table is a function defined in xfaces.c.
Signature
(frame--face-hash-table &optional FRAME)
Documentation
Return a hash table of frame-local faces defined on FRAME.
For internal use only.
Source Code
// Defined in /usr/src/emacs/src/xfaces.c
{
return decode_live_frame (frame)->face_hash_table;
}