mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
[JAEGER] Use consistent namespace qualifier on stub call definitions
This commit is contained in:
parent
e5ea36eb1e
commit
730233dc21
@ -73,7 +73,7 @@ using namespace js::mjit;
|
||||
using namespace JSC;
|
||||
|
||||
void JS_FASTCALL
|
||||
mjit::stubs::BindName(VMFrame &f)
|
||||
stubs::BindName(VMFrame &f)
|
||||
{
|
||||
PropertyCacheEntry *entry;
|
||||
|
||||
@ -96,13 +96,13 @@ mjit::stubs::BindName(VMFrame &f)
|
||||
}
|
||||
|
||||
JSObject * JS_FASTCALL
|
||||
mjit::stubs::BindGlobalName(VMFrame &f)
|
||||
stubs::BindGlobalName(VMFrame &f)
|
||||
{
|
||||
return f.fp->getScopeChain()->getGlobal();
|
||||
}
|
||||
|
||||
void JS_FASTCALL
|
||||
mjit::stubs::SetName(VMFrame &f, JSAtom *origAtom)
|
||||
stubs::SetName(VMFrame &f, JSAtom *origAtom)
|
||||
{
|
||||
JSContext *cx = f.cx;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user