#include <js-struct.h>
|
static void | PrepareMapNoEnumerableProperties (Tagged< Map > map) |
|
static void | PrepareMapNoEnumerableProperties (Isolate *isolate, Tagged< Map > map, Tagged< DescriptorArray > descriptors) |
|
static void | PrepareMapWithEnumerableProperties (Isolate *isolate, DirectHandle< Map > map, DirectHandle< DescriptorArray > descriptors, int enum_length) |
|
static V8_WARN_UNUSED_RESULT Maybe< bool > | DefineOwnProperty (Isolate *isolate, DirectHandle< AlwaysSharedSpaceJSObject > shared_obj, DirectHandle< Object > key, PropertyDescriptor *desc, Maybe< ShouldThrow > should_throw) |
|
static Maybe< bool > | HasInstance (Isolate *isolate, DirectHandle< JSFunction > constructor, DirectHandle< Object > object) |
|
Definition at line 19 of file js-struct.h.
◆ DefineOwnProperty()
◆ HasInstance()
◆ PrepareMapNoEnumerableProperties() [1/2]
◆ PrepareMapNoEnumerableProperties() [2/2]
void v8::internal::AlwaysSharedSpaceJSObject::PrepareMapNoEnumerableProperties |
( |
Tagged< Map > | map | ) |
|
|
static |
◆ PrepareMapWithEnumerableProperties()
The documentation for this class was generated from the following files: