Index: src/runtime/runtime-function.cc |
diff --git a/src/runtime/runtime-function.cc b/src/runtime/runtime-function.cc |
index 6283f1ee800c8cd2cbda1e6907ca92e2facb96b2..090a89da5297996e079b5497857695faa10dea52 100644 |
--- a/src/runtime/runtime-function.cc |
+++ b/src/runtime/runtime-function.cc |
@@ -171,6 +171,7 @@ RUNTIME_FUNCTION(Runtime_FunctionSetLength) { |
} |
+// Set constructor.prototype |
adamk
2015/06/13 00:49:38
I'd expand this to something like:
// Set the "pr
Dan Ehrenberg
2015/06/13 05:54:09
Done.
|
RUNTIME_FUNCTION(Runtime_FunctionSetPrototype) { |
HandleScope scope(isolate); |
DCHECK(args.length() == 2); |