Home
last modified time | relevance | path

Searched defs:ClassSpec (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp96647 struct ClassSpec struct
96649 ClassObjectCreationOp createConstructor;
96650 ClassObjectCreationOp createPrototype;
96651 const JSFunctionSpec* constructorFunctions;
96652 const JSPropertySpec* constructorProperties;
96653 const JSFunctionSpec* prototypeFunctions;
96654 const JSPropertySpec* prototypeProperties;
96655 FinishClassInitOp finishInit;
96656 uintptr_t flags;
96658 static const size_t ProtoKeyWidth = JSCLASS_CACHED_PROTO_WIDTH;
[all …]