| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 45863f6b28d2a4537ae8579692b48f0c08963435..1f5a84e8b00a5bc06564ba196c5537546897299c 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -648,7 +648,9 @@ class Compiler : public AllStatic {
|
| MUST_USE_RESULT static MaybeHandle<JSFunction> GetFunctionFromEval(
|
| Handle<String> source, Handle<SharedFunctionInfo> outer_info,
|
| Handle<Context> context, LanguageMode language_mode,
|
| - ParseRestriction restriction, int scope_position);
|
| + ParseRestriction restriction, int line_offset, int column_offset = 0,
|
| + Handle<Object> script_name = Handle<Object>(),
|
| + ScriptOriginOptions options = ScriptOriginOptions());
|
|
|
| // Compile a String source within a context.
|
| static Handle<SharedFunctionInfo> CompileScript(
|
|
|