#include <lookup.h>
|
static V8_EXPORT_PRIVATE std::optional< Tagged< Object > > | TryGetOwnCowElement (Isolate *isolate, Tagged< FixedArray > array_elements, ElementsKind elements_kind, int array_length, size_t index) |
|
static V8_EXPORT_PRIVATE Result | TryGetOwnConstantElement (Tagged< Object > *result_out, Isolate *isolate, LocalIsolate *local_isolate, Tagged< JSObject > holder, Tagged< FixedArrayBase > elements, ElementsKind elements_kind, size_t index) |
|
static V8_EXPORT_PRIVATE Result | TryGetOwnChar (Tagged< String > *result_out, Isolate *isolate, LocalIsolate *local_isolate, Tagged< String > string, size_t index) |
|
static V8_EXPORT_PRIVATE std::optional< Tagged< PropertyCell > > | TryGetPropertyCell (Isolate *isolate, LocalIsolate *local_isolate, DirectHandle< JSGlobalObject > holder, DirectHandle< Name > name) |
|
Definition at line 391 of file lookup.h.
◆ Result
Enumerator |
---|
kPresent | |
kNotPresent | |
kGaveUp | |
Definition at line 394 of file lookup.h.
◆ TryGetOwnChar()
◆ TryGetOwnConstantElement()
◆ TryGetOwnCowElement()
◆ TryGetPropertyCell()
The documentation for this class was generated from the following files: