| OLD | NEW |
| 1 // Copyright 2012 the V8 project authors. All rights reserved. | 1 // Copyright 2012 the V8 project authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef V8_RUNTIME_RUNTIME_H_ | 5 #ifndef V8_RUNTIME_RUNTIME_H_ |
| 6 #define V8_RUNTIME_RUNTIME_H_ | 6 #define V8_RUNTIME_RUNTIME_H_ |
| 7 | 7 |
| 8 #include "src/allocation.h" | 8 #include "src/allocation.h" |
| 9 #include "src/base/platform/time.h" | 9 #include "src/base/platform/time.h" |
| 10 #include "src/objects.h" | 10 #include "src/objects.h" |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 468 F(StringSplit, 3, 1) \ | 468 F(StringSplit, 3, 1) \ |
| 469 F(RegExpExec, 4, 1) \ | 469 F(RegExpExec, 4, 1) \ |
| 470 F(RegExpFlags, 1, 1) \ | 470 F(RegExpFlags, 1, 1) \ |
| 471 F(RegExpSource, 1, 1) \ | 471 F(RegExpSource, 1, 1) \ |
| 472 F(RegExpConstructResult, 3, 1) \ | 472 F(RegExpConstructResult, 3, 1) \ |
| 473 F(RegExpInitializeAndCompile, 3, 1) \ | 473 F(RegExpInitializeAndCompile, 3, 1) \ |
| 474 F(RegExpExecMultiple, 4, 1) \ | 474 F(RegExpExecMultiple, 4, 1) \ |
| 475 F(RegExpExecReThrow, 4, 1) \ | 475 F(RegExpExecReThrow, 4, 1) \ |
| 476 F(IsRegExp, 1, 1) | 476 F(IsRegExp, 1, 1) |
| 477 | 477 |
| 478 #define FOR_EACH_INTRINSIC_SCOPES(F) \ | 478 #define FOR_EACH_INTRINSIC_SCOPES(F) \ |
| 479 F(ThrowConstAssignError, 0, 1) \ | 479 F(ThrowConstAssignError, 0, 1) \ |
| 480 F(DeclareGlobals, 2, 1) \ | 480 F(DeclareGlobals, 2, 1) \ |
| 481 F(InitializeVarGlobal, 3, 1) \ | 481 F(InitializeVarGlobal, 3, 1) \ |
| 482 F(InitializeConstGlobal, 2, 1) \ | 482 F(InitializeConstGlobal, 2, 1) \ |
| 483 F(DeclareLookupSlot, 3, 1) \ | 483 F(DeclareEvalFunction, 2, 1) \ |
| 484 F(NewSloppyArguments_Generic, 1, 1) \ | 484 F(DeclareEvalVar, 1, 1) \ |
| 485 F(NewStrictArguments, 1, 1) \ | 485 F(NewSloppyArguments_Generic, 1, 1) \ |
| 486 F(NewRestParameter, 1, 1) \ | 486 F(NewStrictArguments, 1, 1) \ |
| 487 F(NewSloppyArguments, 3, 1) \ | 487 F(NewRestParameter, 1, 1) \ |
| 488 F(NewClosure, 1, 1) \ | 488 F(NewSloppyArguments, 3, 1) \ |
| 489 F(NewClosure_Tenured, 1, 1) \ | 489 F(NewClosure, 1, 1) \ |
| 490 F(NewScriptContext, 2, 1) \ | 490 F(NewClosure_Tenured, 1, 1) \ |
| 491 F(NewFunctionContext, 1, 1) \ | 491 F(NewScriptContext, 2, 1) \ |
| 492 F(PushWithContext, 2, 1) \ | 492 F(NewFunctionContext, 1, 1) \ |
| 493 F(PushCatchContext, 3, 1) \ | 493 F(PushWithContext, 2, 1) \ |
| 494 F(PushBlockContext, 2, 1) \ | 494 F(PushCatchContext, 3, 1) \ |
| 495 F(IsJSModule, 1, 1) \ | 495 F(PushBlockContext, 2, 1) \ |
| 496 F(PushModuleContext, 2, 1) \ | 496 F(IsJSModule, 1, 1) \ |
| 497 F(DeclareModules, 1, 1) \ | 497 F(PushModuleContext, 2, 1) \ |
| 498 F(DeleteLookupSlot, 1, 1) \ | 498 F(DeclareModules, 1, 1) \ |
| 499 F(LoadLookupSlot, 1, 1) \ | 499 F(DeleteLookupSlot, 1, 1) \ |
| 500 F(LoadLookupSlotInsideTypeof, 1, 1) \ | 500 F(LoadLookupSlot, 1, 1) \ |
| 501 F(StoreLookupSlot_Sloppy, 2, 1) \ | 501 F(LoadLookupSlotInsideTypeof, 1, 1) \ |
| 502 F(StoreLookupSlot_Sloppy, 2, 1) \ |
| 502 F(StoreLookupSlot_Strict, 2, 1) | 503 F(StoreLookupSlot_Strict, 2, 1) |
| 503 | 504 |
| 504 #define FOR_EACH_INTRINSIC_SIMD(F) \ | 505 #define FOR_EACH_INTRINSIC_SIMD(F) \ |
| 505 F(IsSimdValue, 1, 1) \ | 506 F(IsSimdValue, 1, 1) \ |
| 506 F(CreateFloat32x4, 4, 1) \ | 507 F(CreateFloat32x4, 4, 1) \ |
| 507 F(CreateInt32x4, 4, 1) \ | 508 F(CreateInt32x4, 4, 1) \ |
| 508 F(CreateUint32x4, 4, 1) \ | 509 F(CreateUint32x4, 4, 1) \ |
| 509 F(CreateBool32x4, 4, 1) \ | 510 F(CreateBool32x4, 4, 1) \ |
| 510 F(CreateInt16x8, 8, 1) \ | 511 F(CreateInt16x8, 8, 1) \ |
| 511 F(CreateUint16x8, 8, 1) \ | 512 F(CreateUint16x8, 8, 1) \ |
| (...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 | 1142 |
| 1142 class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {}; | 1143 class DeclareGlobalsEvalFlag : public BitField<bool, 0, 1> {}; |
| 1143 class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {}; | 1144 class DeclareGlobalsNativeFlag : public BitField<bool, 1, 1> {}; |
| 1144 STATIC_ASSERT(LANGUAGE_END == 3); | 1145 STATIC_ASSERT(LANGUAGE_END == 3); |
| 1145 class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 2> {}; | 1146 class DeclareGlobalsLanguageMode : public BitField<LanguageMode, 2, 2> {}; |
| 1146 | 1147 |
| 1147 } // namespace internal | 1148 } // namespace internal |
| 1148 } // namespace v8 | 1149 } // namespace v8 |
| 1149 | 1150 |
| 1150 #endif // V8_RUNTIME_RUNTIME_H_ | 1151 #endif // V8_RUNTIME_RUNTIME_H_ |
| OLD | NEW |