|
static bool | NeedsExactContext (FunctionId id) |
|
static bool | IsNonReturning (FunctionId id) |
|
static bool | MayAllocate (FunctionId id) |
|
static bool | IsEnabledForFuzzing (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) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT Maybe< bool > | DeleteObjectProperty (Isolate *isolate, DirectHandle< JSReceiver > receiver, DirectHandle< Object > key, LanguageMode language_mode) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | SetObjectProperty (Isolate *isolate, DirectHandle< JSAny > object, DirectHandle< Object > key, DirectHandle< Object > value, MaybeDirectHandle< JSAny > receiver, StoreOrigin store_origin, Maybe< ShouldThrow > should_throw=Nothing< ShouldThrow >()) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | SetObjectProperty (Isolate *isolate, DirectHandle< JSAny > object, DirectHandle< Object > key, DirectHandle< Object > value, StoreOrigin store_origin, Maybe< ShouldThrow > should_throw=Nothing< ShouldThrow >()) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | DefineObjectOwnProperty (Isolate *isolate, DirectHandle< JSAny > object, DirectHandle< Object > key, DirectHandle< Object > value, StoreOrigin store_origin) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | GetObjectProperty (Isolate *isolate, DirectHandle< JSAny > lookup_start_object, DirectHandle< Object > key, DirectHandle< JSAny > receiver={}, bool *is_found=nullptr) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | GetPrivateMember (Isolate *isolate, DirectHandle< JSReceiver > receiver, DirectHandle< String > desc) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | SetPrivateMember (Isolate *isolate, DirectHandle< JSReceiver > receiver, DirectHandle< String > desc, DirectHandle< Object > value) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | HasProperty (Isolate *isolate, DirectHandle< Object > object, DirectHandle< Object > key) |
|
V8_EXPORT_PRIVATE static V8_WARN_UNUSED_RESULT MaybeHandle< JSArray > | GetInternalProperties (Isolate *isolate, DirectHandle< Object >) |
|
static V8_WARN_UNUSED_RESULT MaybeDirectHandle< Object > | ThrowIteratorError (Isolate *isolate, DirectHandle< Object > object) |
|
Definition at line 898 of file runtime.h.