Home
last modified time | relevance | path

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

/dports/lang/gjs/gjs-1.70.0/gi/
H A Dgerror.h57 static JSPropertySpec proto_properties[]; variable
H A Dobject.h82 static JSPropertySpec proto_properties[]; variable
H A Dgerror.cpp200 JSPropertySpec ErrorBase::proto_properties[] = { member in ErrorBase
H A Dwrapperutils.h119 static constexpr JSPropertySpec* proto_properties = nullptr; variable
H A Dobject.cpp2369 JSPropertySpec ObjectBase::proto_properties[] = { member in ObjectBase
/dports/lang/cjs/cjs-4.8.2/gi/
H A Dgerror.h74 static JSPropertySpec proto_properties[]; variable
H A Dobject.h116 static JSPropertySpec proto_properties[]; variable
H A Dgerror.cpp218 JSPropertySpec ErrorBase::proto_properties[] = { member in ErrorBase
H A Dwrapperutils.h164 static constexpr JSPropertySpec* proto_properties = nullptr; variable
H A Dobject.cpp2257 JSPropertySpec ObjectBase::proto_properties[] = { member in ObjectBase
/dports/games/frogatto/frogatto-1.3.1/src/
H A Dcustom_object_type.cpp232 variant proto_properties = prototype_node["properties"]; in merge_into_prototype() local