| Index: src/api.cc
|
| diff --git a/src/api.cc b/src/api.cc
|
| index 8615d8245d68b3386470c2c00b0dfe9890336529..8e2604727529174d6ed421746bfa3d343f3317c7 100644
|
| --- a/src/api.cc
|
| +++ b/src/api.cc
|
| @@ -1806,13 +1806,6 @@ MaybeLocal<Script> ScriptCompiler::CompileModule(Local<Context> context,
|
| }
|
|
|
|
|
| -Local<Script> ScriptCompiler::CompileModule(Isolate* v8_isolate, Source* source,
|
| - CompileOptions options) {
|
| - auto context = v8_isolate->GetCurrentContext();
|
| - RETURN_TO_LOCAL_UNCHECKED(CompileModule(context, source, options), Script);
|
| -}
|
| -
|
| -
|
| class IsIdentifierHelper {
|
| public:
|
| IsIdentifierHelper() : is_identifier_(false), first_char_(true) {}
|
|
|