Reviewers: Jakob,
Description:
Remove some outdated/unused declarations.
[email protected]
Please review this at https://codereview.chromium.org/1265243003/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+0, -10 lines):
M src/arguments.h
M src/bootstrapper.cc
Index: src/arguments.h
diff --git a/src/arguments.h b/src/arguments.h
index
50513d417e42327a49c827878e489a709d3970c6..ed995e7f58231213a4888010a5ffef8dfd411de9
100644
--- a/src/arguments.h
+++ b/src/arguments.h
@@ -283,9 +283,6 @@ static Type __RT_impl_##Name(Arguments args, Isolate*
isolate)
#define RUNTIME_FUNCTION_RETURN_PAIR(Name) \
RUNTIME_FUNCTION_RETURNS_TYPE(ObjectPair, Name)
-#define RUNTIME_ARGUMENTS(isolate, args) \
- args.length(), args.arguments(), isolate
-
} } // namespace v8::internal
#endif // V8_ARGUMENTS_H_
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index
a0d62827cfd2b061b6e2b0b144a99e491bcaa9a8..03f888b13ca8e01393bbe89ebaf7d1d7d166ae7e
100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -317,13 +317,6 @@ class Genesis BASE_EMBEDDED {
FunctionMode function_mode);
void SetStrongFunctionInstanceDescriptor(Handle<Map> map);
- static bool CompileBuiltin(Isolate* isolate, int index);
- static bool CompileExperimentalBuiltin(Isolate* isolate, int index);
- static bool CompileExtraBuiltin(Isolate* isolate, int index);
- static bool CompileNative(Isolate* isolate, Vector<const char> name,
- Handle<String> source, int argc,
- Handle<Object> argv[]);
-
static bool CallUtilsFunction(Isolate* isolate, const char* name);
static bool CompileExtension(Isolate* isolate, v8::Extension* extension);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.