Home
last modified time | relevance | path

Searched refs:static_descriptors (Results 1 - 1 of 1) sorted by relevance

/third_party/node/src/
H A Djs_native_api_v8.cc2309 std::vector<JSVM_PropertyDescriptor> static_descriptors; in OH_JSVM_DefineClass() local
2310 static_descriptors.reserve(static_property_count); in OH_JSVM_DefineClass()
2315 static_descriptors.push_back(*p); in OH_JSVM_DefineClass()
2320 env, *result, static_descriptors.size(), static_descriptors.data())); in OH_JSVM_DefineClass()
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
[all...]

Completed in 8 milliseconds