Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(46)

Side by Side Diff: src/runtime.h

Issue 13785: Give an error when setting break points in functions either defined through t... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2006-2008 the V8 project authors. All rights reserved. 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 \ 153 \
154 /* Reflection */ \ 154 /* Reflection */ \
155 F(FunctionSetInstanceClassName, 2) \ 155 F(FunctionSetInstanceClassName, 2) \
156 F(FunctionSetLength, 2) \ 156 F(FunctionSetLength, 2) \
157 F(FunctionSetPrototype, 2) \ 157 F(FunctionSetPrototype, 2) \
158 F(FunctionGetName, 1) \ 158 F(FunctionGetName, 1) \
159 F(FunctionSetName, 2) \ 159 F(FunctionSetName, 2) \
160 F(FunctionGetSourceCode, 1) \ 160 F(FunctionGetSourceCode, 1) \
161 F(FunctionGetScript, 1) \ 161 F(FunctionGetScript, 1) \
162 F(FunctionGetScriptSourcePosition, 1) \ 162 F(FunctionGetScriptSourcePosition, 1) \
163 F(FunctionIsAPIFunction, 1) \
163 F(GetScript, 1) \ 164 F(GetScript, 1) \
164 \ 165 \
165 F(ClassOf, 1) \ 166 F(ClassOf, 1) \
166 F(HasDateClass, 1) \ 167 F(HasDateClass, 1) \
167 F(HasStringClass, 1) \ 168 F(HasStringClass, 1) \
168 F(HasArrayClass, 1) \ 169 F(HasArrayClass, 1) \
169 F(HasFunctionClass, 1) \ 170 F(HasFunctionClass, 1) \
170 F(HasNumberClass, 1) \ 171 F(HasNumberClass, 1) \
171 F(HasBooleanClass, 1) \ 172 F(HasBooleanClass, 1) \
172 F(HasArgumentsClass, 1) \ 173 F(HasArgumentsClass, 1) \
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 static Object* GetObjectProperty(Handle<Object> object, Handle<Object> key); 360 static Object* GetObjectProperty(Handle<Object> object, Handle<Object> key);
360 361
361 // Helper functions used stubs. 362 // Helper functions used stubs.
362 static void PerformGC(Object* result); 363 static void PerformGC(Object* result);
363 }; 364 };
364 365
365 366
366 } } // namespace v8::internal 367 } } // namespace v8::internal
367 368
368 #endif // V8_RUNTIME_H_ 369 #endif // V8_RUNTIME_H_
OLDNEW
« src/debug-delay.js ('K') | « src/debug-delay.js ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698