mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
1320408 - Part 10: Change LazyScript::functionDelazifying to static method.
This commit is contained in:
parent
7f856ff769
commit
56a4517a1f
3 changed files with 7 additions and 8 deletions
|
|
@ -2034,7 +2034,7 @@ class LazyScript : public gc::TenuredCell
|
|||
|
||||
void initRuntimeFields(uint64_t packedFields);
|
||||
|
||||
inline JSFunction* functionDelazifying(JSContext* cx) const;
|
||||
static inline JSFunction* functionDelazifying(JSContext* cx, Handle<LazyScript*>);
|
||||
JSFunction* functionNonDelazifying() const {
|
||||
return function_;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue