mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
1320408 - Change JSScript::sourceDataWithPrelude to static method
UXP Interdiff
This commit is contained in:
parent
d208cccd10
commit
68b04671cb
2 changed files with 5 additions and 5 deletions
|
|
@ -1519,7 +1519,7 @@ class JSScript : public js::gc::TenuredCell
|
|||
bool mayReadFrameArgsDirectly();
|
||||
|
||||
static JSFlatString* sourceData(JSContext* cx, JS::HandleScript script);
|
||||
JSFlatString* sourceDataWithPrelude(JSContext* cx);
|
||||
static JSFlatString* sourceDataWithPrelude(JSContext* cx, JS::HandleScript script);
|
||||
|
||||
static bool loadSource(JSContext* cx, js::ScriptSource* ss, bool* worked);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue