You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Wrap the initialization of the kSlot and kEmbedderType fields
into a BaseObject::SetInternalFields() method.
- Move the tagging of kEmbedderType field into
BaseObject::TagNodeObject()
- Add a variant of BaseObject::MakeLazilyInitializedJSTemplate()
that only needs IsolateData.
This makes it easier to create BaseObject subclasses.
PR-URL: #44796
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
0 commit comments