| Index: src/compiler.h
|
| diff --git a/src/compiler.h b/src/compiler.h
|
| index 8ef2e0a95b3ca19813347b7de738f1a1ae6a1cfe..7f063ea22217d74cf948a9a741ef84f9d0353b3b 100644
|
| --- a/src/compiler.h
|
| +++ b/src/compiler.h
|
| @@ -801,7 +801,10 @@ 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>(),
|
| + bool is_embedder_debug_script = false,
|
| + bool is_shared_cross_origin = false);
|
|
|
| // Compile a String source within a context.
|
| static Handle<SharedFunctionInfo> CompileScript(
|
|
|