Lines Matching refs:static_descriptors
2309 std::vector<JSVM_PropertyDescriptor> static_descriptors;
2310 static_descriptors.reserve(static_property_count);
2315 static_descriptors.push_back(*p);
2320 env, *result, static_descriptors.size(), static_descriptors.data()));
4877 std::vector<JSVM_PropertyDescriptor> static_descriptors;
4878 static_descriptors.reserve(static_property_count);
4883 static_descriptors.push_back(*p);
4888 env, *result, static_descriptors.size(), static_descriptors.data()));