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

Side by Side Diff: src/runtime.h

Issue 7172030: Revert "Merge arguments branch to bleeding merge." (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 6 months 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/prettyprinter.cc ('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 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 \ 75 \
76 F(GetOwnProperty, 2, 1) \ 76 F(GetOwnProperty, 2, 1) \
77 \ 77 \
78 F(IsExtensible, 1, 1) \ 78 F(IsExtensible, 1, 1) \
79 F(PreventExtensions, 1, 1)\ 79 F(PreventExtensions, 1, 1)\
80 \ 80 \
81 /* Utilities */ \ 81 /* Utilities */ \
82 F(GetFunctionDelegate, 1, 1) \ 82 F(GetFunctionDelegate, 1, 1) \
83 F(GetConstructorDelegate, 1, 1) \ 83 F(GetConstructorDelegate, 1, 1) \
84 F(NewArgumentsFast, 3, 1) \ 84 F(NewArgumentsFast, 3, 1) \
85 F(NewStrictArgumentsFast, 3, 1) \
86 F(LazyCompile, 1, 1) \ 85 F(LazyCompile, 1, 1) \
87 F(LazyRecompile, 1, 1) \ 86 F(LazyRecompile, 1, 1) \
88 F(NotifyDeoptimized, 1, 1) \ 87 F(NotifyDeoptimized, 1, 1) \
89 F(NotifyOSR, 0, 1) \ 88 F(NotifyOSR, 0, 1) \
90 F(DeoptimizeFunction, 1, 1) \ 89 F(DeoptimizeFunction, 1, 1) \
91 F(RunningInSimulator, 0, 1) \ 90 F(RunningInSimulator, 0, 1) \
92 F(OptimizeFunctionOnNextCall, 1, 1) \ 91 F(OptimizeFunctionOnNextCall, 1, 1) \
93 F(GetOptimizationStatus, 1, 1) \ 92 F(GetOptimizationStatus, 1, 1) \
94 F(GetOptimizationCount, 1, 1) \ 93 F(GetOptimizationCount, 1, 1) \
95 F(CompileForOnStackReplacement, 1, 1) \ 94 F(CompileForOnStackReplacement, 1, 1) \
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 F(CreateObjectLiteral, 4, 1) \ 277 F(CreateObjectLiteral, 4, 1) \
279 F(CreateObjectLiteralShallow, 4, 1) \ 278 F(CreateObjectLiteralShallow, 4, 1) \
280 F(CreateArrayLiteral, 3, 1) \ 279 F(CreateArrayLiteral, 3, 1) \
281 F(CreateArrayLiteralShallow, 3, 1) \ 280 F(CreateArrayLiteralShallow, 3, 1) \
282 \ 281 \
283 /* Harmony proxies */ \ 282 /* Harmony proxies */ \
284 F(CreateJSProxy, 2, 1) \ 283 F(CreateJSProxy, 2, 1) \
285 F(IsJSProxy, 1, 1) \ 284 F(IsJSProxy, 1, 1) \
286 F(GetHandler, 1, 1) \ 285 F(GetHandler, 1, 1) \
287 \ 286 \
288 /* Catch context extension objects */ \
289 F(CreateCatchExtensionObject, 2, 1) \
290 \
291 /* Statements */ \ 287 /* Statements */ \
292 F(NewClosure, 3, 1) \ 288 F(NewClosure, 3, 1) \
293 F(NewObject, 1, 1) \ 289 F(NewObject, 1, 1) \
294 F(NewObjectFromBound, 2, 1) \ 290 F(NewObjectFromBound, 2, 1) \
295 F(FinalizeInstanceSize, 1, 1) \ 291 F(FinalizeInstanceSize, 1, 1) \
296 F(Throw, 1, 1) \ 292 F(Throw, 1, 1) \
297 F(ReThrow, 1, 1) \ 293 F(ReThrow, 1, 1) \
298 F(ThrowReferenceError, 1, 1) \ 294 F(ThrowReferenceError, 1, 1) \
299 F(StackGuard, 0, 1) \ 295 F(StackGuard, 0, 1) \
300 F(PromoteScheduledException, 0, 1) \ 296 F(PromoteScheduledException, 0, 1) \
301 \ 297 \
302 /* Contexts */ \ 298 /* Contexts */ \
303 F(NewFunctionContext, 1, 1) \ 299 F(NewFunctionContext, 1, 1) \
304 F(PushWithContext, 1, 1) \ 300 F(PushWithContext, 1, 1) \
305 F(PushCatchContext, 1, 1) \ 301 F(PushCatchContext, 2, 1) \
306 F(DeleteContextSlot, 2, 1) \ 302 F(DeleteContextSlot, 2, 1) \
307 F(LoadContextSlot, 2, 2) \ 303 F(LoadContextSlot, 2, 2) \
308 F(LoadContextSlotNoReferenceError, 2, 2) \ 304 F(LoadContextSlotNoReferenceError, 2, 2) \
309 F(StoreContextSlot, 4, 1) \ 305 F(StoreContextSlot, 4, 1) \
310 \ 306 \
311 /* Declarations and initialization */ \ 307 /* Declarations and initialization */ \
312 F(DeclareGlobals, 4, 1) \ 308 F(DeclareGlobals, 4, 1) \
313 F(DeclareContextSlot, 4, 1) \ 309 F(DeclareContextSlot, 4, 1) \
314 F(InitializeVarGlobal, -1 /* 2 or 3 */, 1) \ 310 F(InitializeVarGlobal, -1 /* 2 or 3 */, 1) \
315 F(InitializeConstGlobal, 2, 1) \ 311 F(InitializeConstGlobal, 2, 1) \
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 Handle<Script> script, 645 Handle<Script> script,
650 int position); 646 int position);
651 647
652 // Helper functions used stubs. 648 // Helper functions used stubs.
653 static void PerformGC(Object* result); 649 static void PerformGC(Object* result);
654 }; 650 };
655 651
656 } } // namespace v8::internal 652 } } // namespace v8::internal
657 653
658 #endif // V8_RUNTIME_H_ 654 #endif // V8_RUNTIME_H_
OLDNEW
« no previous file with comments | « src/prettyprinter.cc ('k') | src/runtime.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698