Searched refs:properties (Results 1 – 9 of 9) sorted by relevance
/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
D | task_group.cpp | 35 napi_property_descriptor properties[] = { in TaskGroupConstructor() local 39 napi_define_properties(env, thisVar, sizeof(properties) / sizeof(properties[0]), properties); in TaskGroupConstructor()
|
D | task.cpp | 63 napi_property_descriptor properties[] = { in CreateTaskByFunc() local 69 napi_define_properties(env, task, sizeof(properties) / sizeof(properties[0]), properties); in CreateTaskByFunc()
|
D | taskpool.cpp | 53 napi_property_descriptor properties[] = { in InitTaskPool() local 61 napi_define_properties(env, exports, sizeof(properties) / sizeof(properties[0]), properties); in InitTaskPool()
|
/commonlibrary/ets_utils/js_sys_module/timer/ |
D | timer.cpp | 50 napi_property_descriptor properties[] = { in RegisterTime() local 57 …atus = napi_define_properties(env, globalObj, sizeof(properties) / sizeof(properties[0]), properti… in RegisterTime()
|
/commonlibrary/ets_utils/js_concurrent_module/worker/ |
D | worker_new.cpp | 41 napi_property_descriptor properties[] = { in InitWorker() local 55 sizeof(properties) / sizeof(properties[0]), properties, &workerClazz); in InitWorker() 74 napi_property_descriptor properties[] = { in InitWorker() local 85 …napi_define_properties(env, workerPortObj, sizeof(properties) / sizeof(properties[0]), properties); in InitWorker()
|
D | worker.cpp | 1143 napi_property_descriptor properties[] = { in InitWorker() local 1157 sizeof(properties) / sizeof(properties[0]), properties, &workerClazz); in InitWorker() 1176 napi_property_descriptor properties[] = { in InitWorker() local 1187 …napi_define_properties(env, parentPortObj, sizeof(properties) / sizeof(properties[0]), properties); in InitWorker()
|
/commonlibrary/ets_utils/js_sys_module/console/ |
D | console.cpp | 765 napi_property_descriptor properties[] = { in InitConsoleModule() local 789 napi_define_properties(env, console, sizeof(properties) / sizeof(properties[0]), properties); in InitConsoleModule()
|
/commonlibrary/ets_utils/js_api_module/convertxml/ |
D | js_convertxml.cpp | 147 xmlAttr *attr = curNode->properties; in SetAttributes()
|
/commonlibrary/ets_utils/ |
D | README.en.md | 689 …roxy: true }**. This will display a complete object, including innumerable properties and proxies.| 690 …ithout options. This will display a complete object, excluding innumerable properties and proxies.|
|