V8 Project
runtime-test.cc File Reference
#include "src/v8.h"
#include "src/arguments.h"
#include "src/deoptimizer.h"
#include "src/full-codegen.h"
#include "src/runtime/runtime.h"
#include "src/runtime/runtime-utils.h"
+ Include dependency graph for runtime-test.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Macros

#define ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION(Name)
 

Functions

 v8::internal::RUNTIME_FUNCTION (Runtime_DeoptimizeFunction)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_RunningInSimulator)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_IsConcurrentRecompilationSupported)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_OptimizeFunctionOnNextCall)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_NeverOptimizeFunction)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_GetOptimizationStatus)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_UnblockConcurrentRecompilation)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_GetOptimizationCount)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_ClearFunctionTypeFeedback)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_NotifyContextDisposed)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetAllocationTimeout)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_DebugPrint)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_DebugTrace)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_GlobalPrint)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SystemBreak)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_SetFlags)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_Abort)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_AbortJS)
 
 v8::internal::RUNTIME_FUNCTION (Runtime_HaveSameMap)
 

Macro Definition Documentation

◆ ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION

#define ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION (   Name)
Value:
RUNTIME_FUNCTION(Runtime_Has##Name) { \
CONVERT_ARG_CHECKED(JSObject, obj, 0); \
return isolate->heap()->ToBoolean(obj->Has##Name()); \
}
#define RUNTIME_FUNCTION(Name)
Definition: arguments.h:296

Definition at line 304 of file runtime-test.cc.