|
enum | FunctionId : int32_t { FOR_EACH_INTRINSIC
} |
|
enum | IntrinsicType { RUNTIME,
INLINE
} |
|
|
static bool | NeedsExactContext (FunctionId id) |
|
static bool | IsNonReturning (FunctionId id) |
|
static const Function * | FunctionForName (const unsigned char *name, int length) |
|
static V8_EXPORT_PRIVATE const Function * | FunctionForId (FunctionId id) |
|
static const Function * | FunctionForEntry (Address ref) |
|
static const Function * | RuntimeFunctionTable (Isolate *isolate) |
|
static V8_WARN_UNUSED_RESULT Maybe< bool > | DeleteObjectProperty (Isolate *isolate, Handle< JSReceiver > receiver, Handle< Object > key, LanguageMode language_mode) |
|
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | SetObjectProperty (Isolate *isolate, Handle< Object > object, Handle< Object > key, Handle< Object > value, LanguageMode language_mode, StoreOrigin store_origin) |
|
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | GetObjectProperty (Isolate *isolate, Handle< Object > object, Handle< Object > key, bool *is_found_out=nullptr) |
|
static V8_WARN_UNUSED_RESULT MaybeHandle< JSArray > | GetInternalProperties (Isolate *isolate, Handle< Object >) |
|
static V8_WARN_UNUSED_RESULT MaybeHandle< Object > | ThrowIteratorError (Isolate *isolate, Handle< Object > object) |
|
|
static constexpr int | kNumInlineFunctions |
|
static const int | kNotFound = -1 |
|
Definition at line 631 of file runtime.h.
◆ kNumInlineFunctions
constexpr int v8::internal::Runtime::kNumInlineFunctions |
|
static |
Initial value:=
#define COUNT(...)
FOR_EACH_INLINE_INTRINSIC(COUNT)
Definition at line 642 of file runtime.h.
The documentation for this class was generated from the following files: