![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::JSProxy, including all inherited members.
AccessKind enum name | v8::internal::JSProxy | |
BodyDescriptor typedef | v8::internal::JSProxy | |
CheckDeleteTrap(Isolate *isolate, DirectHandle< Name > name, DirectHandle< JSReceiver > target) | v8::internal::JSProxy | static |
CheckGetSetTrapResult(Isolate *isolate, DirectHandle< Name > name, DirectHandle< JSReceiver > target, DirectHandle< Object > trap_result, AccessKind access_kind) | v8::internal::JSProxy | static |
CheckHasTrap(Isolate *isolate, DirectHandle< Name > name, DirectHandle< JSReceiver > target) | v8::internal::JSProxy | static |
DefineOwnProperty(Isolate *isolate, DirectHandle< JSProxy > object, DirectHandle< Object > key, PropertyDescriptor *desc, Maybe< ShouldThrow > should_throw) | v8::internal::JSProxy | static |
DeletePropertyOrElement(DirectHandle< JSProxy > proxy, DirectHandle< Name > name, LanguageMode language_mode) | v8::internal::JSProxy | static |
GetOwnPropertyDescriptor(Isolate *isolate, DirectHandle< JSProxy > proxy, DirectHandle< Name > name, PropertyDescriptor *desc) | v8::internal::JSProxy | static |
GetProperty(Isolate *isolate, DirectHandle< JSProxy > proxy, DirectHandle< Name > name, DirectHandle< JSAny > receiver, bool *was_found) | v8::internal::JSProxy | static |
GetPropertyAttributes(LookupIterator *it) | v8::internal::JSProxy | static |
GetPrototype(DirectHandle< JSProxy > receiver) | v8::internal::JSProxy | static |
HasProperty(Isolate *isolate, DirectHandle< JSProxy > proxy, DirectHandle< Name > name) | v8::internal::JSProxy | static |
IsArray(DirectHandle< JSProxy > proxy) | v8::internal::JSProxy | static |
IsExtensible(DirectHandle< JSProxy > proxy) | v8::internal::JSProxy | static |
IsRevoked() const | v8::internal::JSProxy | |
kGet enum value | v8::internal::JSProxy | |
kMaxIterationLimit | v8::internal::JSProxy | static |
kSet enum value | v8::internal::JSProxy | |
New(Isolate *isolate, DirectHandle< Object >, DirectHandle< Object >) | v8::internal::JSProxy | static |
PreventExtensions(DirectHandle< JSProxy > proxy, ShouldThrow should_throw) | v8::internal::JSProxy | static |
Revoke(DirectHandle< JSProxy > proxy) | v8::internal::JSProxy | static |
SetPrivateSymbol(Isolate *isolate, DirectHandle< JSProxy > proxy, DirectHandle< Symbol > private_name, PropertyDescriptor *desc, Maybe< ShouldThrow > should_throw) | v8::internal::JSProxy | static |
SetProperty(DirectHandle< JSProxy > proxy, DirectHandle< Name > name, DirectHandle< Object > value, DirectHandle< JSAny > receiver, Maybe< ShouldThrow > should_throw) | v8::internal::JSProxy | static |
SetPrototype(Isolate *isolate, DirectHandle< JSProxy > proxy, DirectHandle< Object > value, bool from_javascript, ShouldThrow should_throw) | v8::internal::JSProxy | static |