mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1182428 - Refactor bytecode compilation r=luke
This commit is contained in:
parent
4b52004fb6
commit
938be66def
File diff suppressed because it is too large
Load Diff
@ -40,7 +40,7 @@ bool
|
||||
CompileFunctionBody(JSContext* cx, MutableHandleFunction fun,
|
||||
const ReadOnlyCompileOptions& options,
|
||||
const AutoNameVector& formals, JS::SourceBufferHolder& srcBuf,
|
||||
HandleObject enclosingStaticScope);
|
||||
Handle<ScopeObject*> enclosingStaticScope);
|
||||
bool
|
||||
CompileStarGeneratorBody(JSContext* cx, MutableHandleFunction fun,
|
||||
const ReadOnlyCompileOptions& options,
|
||||
|
@ -4199,7 +4199,7 @@ CompileFunction(JSContext* cx, const ReadOnlyCompileOptions& optionsArg,
|
||||
const char* name, unsigned nargs, const char* const* argnames,
|
||||
SourceBufferHolder& srcBuf,
|
||||
HandleObject enclosingDynamicScope,
|
||||
HandleObject enclosingStaticScope,
|
||||
Handle<ScopeObject*> enclosingStaticScope,
|
||||
MutableHandleFunction fun)
|
||||
{
|
||||
MOZ_ASSERT(!cx->runtime()->isAtomsCompartment(cx->compartment()));
|
||||
|
Loading…
Reference in New Issue
Block a user