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

Side by Side Diff: src/runtime.h

Issue 4104009: Remove all remaining code related to exposing C-frames to the JavaScript debu... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 1 month 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
« no previous file with comments | « src/debug-debugger.js ('k') | src/runtime.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2010 the V8 project authors. All rights reserved. 1 // Copyright 2010 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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 F(DebugPropertyAttributesFromDetails, 1, 1) \ 315 F(DebugPropertyAttributesFromDetails, 1, 1) \
316 F(DebugPropertyIndexFromDetails, 1, 1) \ 316 F(DebugPropertyIndexFromDetails, 1, 1) \
317 F(DebugNamedInterceptorPropertyValue, 2, 1) \ 317 F(DebugNamedInterceptorPropertyValue, 2, 1) \
318 F(DebugIndexedInterceptorElementValue, 2, 1) \ 318 F(DebugIndexedInterceptorElementValue, 2, 1) \
319 F(CheckExecutionState, 1, 1) \ 319 F(CheckExecutionState, 1, 1) \
320 F(GetFrameCount, 1, 1) \ 320 F(GetFrameCount, 1, 1) \
321 F(GetFrameDetails, 2, 1) \ 321 F(GetFrameDetails, 2, 1) \
322 F(GetScopeCount, 2, 1) \ 322 F(GetScopeCount, 2, 1) \
323 F(GetScopeDetails, 3, 1) \ 323 F(GetScopeDetails, 3, 1) \
324 F(DebugPrintScopes, 0, 1) \ 324 F(DebugPrintScopes, 0, 1) \
325 F(GetCFrames, 1, 1) \
326 F(GetThreadCount, 1, 1) \ 325 F(GetThreadCount, 1, 1) \
327 F(GetThreadDetails, 2, 1) \ 326 F(GetThreadDetails, 2, 1) \
328 F(SetDisableBreak, 1, 1) \ 327 F(SetDisableBreak, 1, 1) \
329 F(GetBreakLocations, 1, 1) \ 328 F(GetBreakLocations, 1, 1) \
330 F(SetFunctionBreakPoint, 3, 1) \ 329 F(SetFunctionBreakPoint, 3, 1) \
331 F(SetScriptBreakPoint, 3, 1) \ 330 F(SetScriptBreakPoint, 3, 1) \
332 F(ClearBreakPoint, 1, 1) \ 331 F(ClearBreakPoint, 1, 1) \
333 F(ChangeBreakOnException, 2, 1) \ 332 F(ChangeBreakOnException, 2, 1) \
334 F(IsBreakOnException, 1, 1) \ 333 F(IsBreakOnException, 1, 1) \
335 F(PrepareStep, 3, 1) \ 334 F(PrepareStep, 3, 1) \
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 int position); 533 int position);
535 534
536 // Helper functions used stubs. 535 // Helper functions used stubs.
537 static void PerformGC(Object* result); 536 static void PerformGC(Object* result);
538 }; 537 };
539 538
540 539
541 } } // namespace v8::internal 540 } } // namespace v8::internal
542 541
543 #endif // V8_RUNTIME_H_ 542 #endif // V8_RUNTIME_H_
OLDNEW
« no previous file with comments | « src/debug-debugger.js ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698