Merge tracemonkey to mozilla-central. a=blockers.

This commit is contained in:
Robert Sayre 2010-09-24 12:34:30 -04:00
commit 81c90e2a46
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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