Searched refs:get_own_property (Results 1 – 2 of 2) sorted by relevance
/third_party/quickjs/ |
D | quickjs.h | 446 int (*get_own_property)(JSContext *ctx, JSPropertyDescriptor *desc, member
|
D | quickjs.c | 7212 if (em->get_own_property) { in JS_GetPropertyInternal() 7220 ret = em->get_own_property(ctx, &desc, obj1, prop); in JS_GetPropertyInternal() 7749 if (em && em->get_own_property) { in JS_GetOwnPropertyInternal() 7750 return em->get_own_property(ctx, desc, in JS_GetOwnPropertyInternal() 8535 if (em->get_own_property) { in JS_SetPropertyInternal() 8538 ret = em->get_own_property(ctx, &desc, in JS_SetPropertyInternal() 40069 .get_own_property = js_string_get_own_property, 45153 .get_own_property = js_proxy_get_own_property,
|