Module quickjs_runtime::reflection[][src]

Modules

eventtarget

EventTarget utils

Structs

Proxy

The Proxy struct can be used to create a class in JavaScript who’s methods can be implemented in rust

Constants

PROXY_INSTANCE_CLASS_ID
PROXY_STATIC_CLASS_ID

Functions

get_proxy

get a proxy by class_name (namespace.ClassName)

new_instance
new_instance2

Type Definitions

ProxyConstructor
ProxyFinalizer
ProxyGetter
ProxyMethod
ProxyNativeMethod
ProxySetter
ProxyStaticGetter
ProxyStaticMethod
ProxyStaticNativeMethod
ProxyStaticSetter