Searched refs:JSPropertyDescriptor (Results 1 – 5 of 5) sorted by relevance
72 struct JSPropertyDescriptor : public MemoryHeap { struct76 JSPropertyDescriptor() : setter(nullptr), getter(nullptr) {} in JSPropertyDescriptor() argument703 static bool DefineProperty(JSIValue object, JSIValue propName, JSPropertyDescriptor descriptor);714 …ineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor descriptor);
1082 bool JSI::DefineProperty(JSIValue object, JSIValue propName, JSPropertyDescriptor descriptor) in DefineProperty()1117 bool JSI::DefineNamedProperty(JSIValue object, const char * const propNameStr, JSPropertyDescriptor… in DefineNamedProperty()1139 JSPropertyDescriptor desc; in DefineNamedProperty()
172 JSPropertyDescriptor desc; in TestGeneralFunc()
40 JSPropertyDescriptor descriptor; in DefineProperty()
735 JSPropertyDescriptor desc; in JSIInterfaceTest020()