mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-14 22:13:31 +00:00
Merge tracemonkey to mozilla-central. a=blockers.
This commit is contained in:
commit
81c90e2a46
@ -162,7 +162,7 @@ mjit::Compiler::~Compiler()
|
||||
cx->free(jumpMap);
|
||||
}
|
||||
|
||||
CompileStatus
|
||||
CompileStatus JS_NEVER_INLINE
|
||||
mjit::TryCompile(JSContext *cx, JSScript *script, JSFunction *fun, JSObject *scopeChain)
|
||||
{
|
||||
Compiler cc(cx, script, fun, scopeChain);
|
||||
|
@ -198,7 +198,7 @@ enum CompileStatus
|
||||
void JS_FASTCALL
|
||||
ProfileStubCall(VMFrame &f);
|
||||
|
||||
CompileStatus
|
||||
CompileStatus JS_NEVER_INLINE
|
||||
TryCompile(JSContext *cx, JSScript *script, JSFunction *fun, JSObject *scopeChain);
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user