Searched refs:static_descriptors (Results 1 – 1 of 1) sorted by relevance
2010 std::vector<JSVM_PropertyDescriptor> static_descriptors; in OH_JSVM_DefineClass() local2011 static_descriptors.reserve(static_property_count); in OH_JSVM_DefineClass()2016 static_descriptors.push_back(*p); in OH_JSVM_DefineClass()2021 env, *result, static_descriptors.size(), static_descriptors.data())); in OH_JSVM_DefineClass()4511 std::vector<JSVM_PropertyDescriptor> static_descriptors; in OH_JSVM_DefineClassWithPropertyHandler() local4512 static_descriptors.reserve(static_property_count); in OH_JSVM_DefineClassWithPropertyHandler()4517 static_descriptors.push_back(*p); in OH_JSVM_DefineClassWithPropertyHandler()4522 env, *result, static_descriptors.size(), static_descriptors.data())); in OH_JSVM_DefineClassWithPropertyHandler()